|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfugue.ParserListenerAdapter
public class ParserListenerAdapter
This Adapter class implements all of the methods of ParserListener, but the implementations are blank. If you want something to be a ParserListener, but you don't want to implement all of the ParserListener methods, extend this class.
| Constructor Summary | |
|---|---|
ParserListenerAdapter()
|
|
| Method Summary | |
|---|---|
void |
channelPressureEvent(ChannelPressure channelPressure)
Called when the parser encounters a channel pressure event. |
void |
controllerEvent(Controller controller)
Called when the parser encounters a controller event. |
void |
instrumentEvent(Instrument instrument)
Called when the parser encounters an instrument event. |
void |
keySignatureEvent(KeySignature keySig)
Called when the parser encounters a key signature event. |
void |
layerEvent(Layer layer)
Called when the parser encounters a layer event. |
void |
measureEvent(Measure measure)
Called when the parser encounters a measure event. |
void |
noteEvent(Note note)
Called when the parser encounters an initial note event. |
void |
parallelNoteEvent(Note note)
Called when the parser encounters a parallel note event. |
void |
pitchBendEvent(PitchBend pitchBend)
Called when the parser encounters a pitch bend event. |
void |
polyphonicPressureEvent(PolyphonicPressure polyphonicPressure)
Called when the parser encounters a polyphonic pressure event. |
void |
sequentialNoteEvent(Note note)
Called when the parser encounters a sequential note event. |
void |
tempoEvent(Tempo tempo)
Called when the parser encounters a tempo event. |
void |
timeEvent(Time time)
Called when the parser encounters a time event. |
void |
voiceEvent(Voice voice)
Called when the parser encounters a voice event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParserListenerAdapter()
| Method Detail |
|---|
public void voiceEvent(Voice voice)
voiceEvent in interface ParserListenervoice - the event that has been parsedVoicepublic void tempoEvent(Tempo tempo)
tempoEvent in interface ParserListenertempo - the event that has been parsedTempopublic void instrumentEvent(Instrument instrument)
instrumentEvent in interface ParserListenerinstrument - the event that has been parsedInstrumentpublic void layerEvent(Layer layer)
layerEvent in interface ParserListenerlayer - the event that has been parsedLayerpublic void measureEvent(Measure measure)
measureEvent in interface ParserListenermeasure - the event that has been parsedMeasurepublic void timeEvent(Time time)
timeEvent in interface ParserListenertime - the event that has been parsedTimepublic void keySignatureEvent(KeySignature keySig)
keySignatureEvent in interface ParserListenertime - the event that has been parsedKeySignaturepublic void controllerEvent(Controller controller)
controllerEvent in interface ParserListenercontroller - the event that has been parsedpublic void channelPressureEvent(ChannelPressure channelPressure)
channelPressureEvent in interface ParserListenerchannelPressure - the event that has been parsedChannelPressurepublic void polyphonicPressureEvent(PolyphonicPressure polyphonicPressure)
polyphonicPressureEvent in interface ParserListenerpolyphonicPressure - the event that has been parsedPolyphonicPressurepublic void pitchBendEvent(PitchBend pitchBend)
pitchBendEvent in interface ParserListenerpitchBend - the event that has been parsedPitchBendpublic void noteEvent(Note note)
noteEvent in interface ParserListenernote - the event that has been parsedNotepublic void sequentialNoteEvent(Note note)
sequentialNoteEvent in interface ParserListenernote - the event that has been parsedNotepublic void parallelNoteEvent(Note note)
parallelNoteEvent in interface ParserListenernote - the event that has been parsedNote
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||