Package adams.gui.tools.audioannotator
Interface TickListener
-
- All Known Implementing Classes:
AudioAnnotationPanel
public interface TickListener
Listener interface for tick events.- Author:
- sjb90
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getInterval()
void
tickHappened(TickEvent e)
Called by the object the listener is registered with to aleart the Ticklistener that a tick has happened
-
-
-
Method Detail
-
tickHappened
void tickHappened(TickEvent e)
Called by the object the listener is registered with to aleart the Ticklistener that a tick has happened- Parameters:
e
- an event that contains information about the tick
-
getInterval
long getInterval()
-
-