The TimerEvent Class of the com.ms.util package identifies the expiration of a Timer.
public class TimerEvent { // Methods public Object getSource(); public long getTime(); public int getUserID(); public String toString(); }