|
abc4j API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TunePlayerListenerInterface
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 notePlayed() 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 |
|---|
void playBegin(PlayerStateChangeEvent e)
void playEnd(PlayerStateChangeEvent e)
void tempoChanged(TempoChangeEvent e)
void partPlayed(int begin,
int end)
void notePlayed(NoteAbstract note)
|
abc4j API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||