Package org.jfugue.parser
Interface NoteEventListener
-
public interface NoteEventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onNoteFinished(Note note)
void
onNoteStarted(Note note)
-