Class Countdown.CountdownTask

java.lang.Object
java.util.TimerTask
page.codeberg.friedolyn.util.Countdown.CountdownTask
All Implemented Interfaces:
Runnable
Enclosing class:
Countdown

public class Countdown.CountdownTask extends TimerTask
Decreases the Countdown.countdown by one second, if the current value is greater than 1 second. Notifies all Countdown.listeners about the new countdown value via Countdown.CountdownListener.onUpdate(Duration).
See Also: