Interface TickListener

  • All Known Implementing Classes:
    AudioAnnotationPanel

    public interface TickListener
    Listener interface for tick events.
    Author:
    sjb90
    • 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()