Package 

Class Countdown

    • Constructor Summary

      Constructors 
      Constructor Description
      Countdown(long totalTime, long interval)
      Countdown(long totalTime, long interval, long delay)
    • Method Summary

      Modifier and Type Method Description
      void start()
      void stop()
      void dispose()
      abstract void onTick(long timeLeft)
      abstract void onFinished()
      abstract void onStopCalled()
      • Methods inherited from class java.util.Timer

        cancel, purge, schedule, scheduleAtFixedRate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Countdown

        Countdown(long totalTime, long interval)
      • Countdown

        Countdown(long totalTime, long interval, long delay)