Class TickTimer

  • All Implemented Interfaces:
    ITimer, java.io.Serializable

    public class TickTimer
    extends Timer
    A timer for waiting on clock ticks.
    See Also:
    Serialized Form
    • Constructor Detail

    • Method Detail

      • cancel

        public void cancel()
        Cancel the timer.
        Specified by:
        cancel in interface ITimer
        Overrides:
        cancel in class Timer
      • toString

        public java.lang.String toString()
        Get the string representation.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The string representation.