|
||||||||||
| 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 ParserListenertempoEvent in class ParserListenerAdaptertempo - the event that has been parsedTempopublic void voiceEvent(Voice voice)
ParserListenerAdapter
voiceEvent in interface ParserListenervoiceEvent in class ParserListenerAdaptervoice - the event that has been parsedVoicepublic void instrumentEvent(Instrument instrument)
ParserListenerAdapter
instrumentEvent in interface ParserListenerinstrumentEvent in class ParserListenerAdapterinstrument - the event that has been parsedInstrumentpublic void noteEvent(Note note)
ParserListenerAdapter
noteEvent in interface ParserListenernoteEvent in class ParserListenerAdapternote - the event that has been parsedNotepublic void parallelNoteEvent(Note note)
ParserListenerAdapter
parallelNoteEvent in interface ParserListenerparallelNoteEvent in class ParserListenerAdapternote - the event that has been parsedNotepublic void sequentialNoteEvent(Note note)
ParserListenerAdapter
sequentialNoteEvent in interface ParserListenersequentialNoteEvent in class ParserListenerAdapternote - 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 | |||||||||