public interface TimerListener
Timer
instance and getting
notified when the timer has finished its animation. Instances of classes
implementing this interface may be added by
Timer.addTimerListener(TimerListener)
.Modifier and Type | Method and Description |
---|---|
void |
timerReady()
This function is called when the timer has finished its animation.
|