|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SongPositionListener
Use this interface to implement any component that depend on the song position. This could be a metronome, a graphical song position indicator etc.
Method Summary | |
---|---|
void |
notifyTickPosition(long tick)
This method is called each time a new tick is played by the sequencer. |
boolean |
requiresNotificationOnEachTick()
Your implementation should return true if your listener requires to be notified for each and every tick. |
Method Detail |
---|
void notifyTickPosition(long tick)
tick
- boolean requiresNotificationOnEachTick()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |