|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfugue.ParserListenerAdapter
org.jfugue.EasyAnticipatorListener
public abstract class EasyAnticipatorListener
Constructor Summary | |
---|---|
EasyAnticipatorListener()
|
Method Summary | |
---|---|
abstract void |
extendedNoteEvent(Voice voice,
Instrument instrument,
Note note)
|
void |
instrumentEvent(Instrument instrument)
Called when the parser encounters an instrument 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 |
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 |
voiceEvent(Voice voice)
Called when the parser encounters a voice event. |
Methods inherited from class org.jfugue.ParserListenerAdapter |
---|
channelPressureEvent, controllerEvent, keySignatureEvent, layerEvent, measureEvent, pitchBendEvent, polyphonicPressureEvent, timeEvent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EasyAnticipatorListener()
Method Detail |
---|
public void tempoEvent(Tempo tempo)
ParserListenerAdapter
tempoEvent
in interface ParserListener
tempoEvent
in class ParserListenerAdapter
tempo
- the event that has been parsedTempo
public void voiceEvent(Voice voice)
ParserListenerAdapter
voiceEvent
in interface ParserListener
voiceEvent
in class ParserListenerAdapter
voice
- the event that has been parsedVoice
public void instrumentEvent(Instrument instrument)
ParserListenerAdapter
instrumentEvent
in interface ParserListener
instrumentEvent
in class ParserListenerAdapter
instrument
- the event that has been parsedInstrument
public void noteEvent(Note note)
ParserListenerAdapter
noteEvent
in interface ParserListener
noteEvent
in class ParserListenerAdapter
note
- the event that has been parsedNote
public void parallelNoteEvent(Note note)
ParserListenerAdapter
parallelNoteEvent
in interface ParserListener
parallelNoteEvent
in class ParserListenerAdapter
note
- the event that has been parsedNote
public void sequentialNoteEvent(Note note)
ParserListenerAdapter
sequentialNoteEvent
in interface ParserListener
sequentialNoteEvent
in class ParserListenerAdapter
note
- the event that has been parsedNote
public abstract void extendedNoteEvent(Voice voice, Instrument instrument, Note note)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |