Interface TickListener

  • All Known Implementing Classes:
    AnnotationPanel

    public interface TickListener
    Listener interface for tick events.
    Version:
    $Revision$
    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()