Uses of Interface
ch.aplu.util.TimerListener

Packages that use TimerListener
ch.aplu.util Package with useful helper classes for developing applications using the JDroidLib framework. 
 

Uses of TimerListener in ch.aplu.util
 

Methods in ch.aplu.util with parameters of type TimerListener
 void BaseAlarmTimer.addTimerListener(TimerListener timerListener)
          Register a TimerListener to fire callbacks when the time interval expires (current time reaches 0 or the timer is stopped).