|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines methods that should be implemented by any object that wants to listen to a tune player.
Method Summary | |
void |
notePlayed(NoteAbstract note)
|
void |
partPlayed(int begin,
int end)
Deprecated. use notPlayed() instead. |
void |
playBegin(PlayerStateChangeEvent e)
Invoked when the playing of a tune has started. |
void |
playEnd(PlayerStateChangeEvent e)
Invoked when the playing of a tune is ended. |
void |
tempoChanged(TempoChangeEvent e)
Invoked when the playing tempo has changed. |
Method Detail |
public void playBegin(PlayerStateChangeEvent e)
public void playEnd(PlayerStateChangeEvent e)
public void tempoChanged(TempoChangeEvent e)
public void partPlayed(int begin, int end)
public void notePlayed(NoteAbstract note)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |