The TimerListener Interface of the com.ms.util package enables timer event notifications to be received.
public interface TimerListener { // Methods public void timeTriggered(TimerEvent te); }