|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.frinika.sequencer.SwingSongPositionListenerWrapper
public class SwingSongPositionListenerWrapper
Constructor Summary | |
---|---|
SwingSongPositionListenerWrapper(SongPositionListener listener)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SwingSongPositionListenerWrapper(SongPositionListener listener)
Method Detail |
---|
public void notifyTickPosition(long tick)
SongPositionListener
notifyTickPosition
in interface SongPositionListener
public boolean requiresNotificationOnEachTick()
SongPositionListener
requiresNotificationOnEachTick
in interface SongPositionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |