com.objectspace.lib.timer
Interface TimerListener
- All Known Implementing Classes:
- TimerListenerThread
- public abstract interface TimerListener
- extends java.util.EventListener
The TimerListener interface must be implemented by all objects
wishing to receive TimerEvents. The notification method is invoked
by the main timer group thread so a listener's implementation of
timerExpired() should return quickly. If you wish to obtain a
separate notification thread, use an TimerListenerThread as an
intermediary.
- Version:
- 3.0
- See Also:
TimerListenerThread
timerExpired
public void timerExpired(TimerEvent event)
- A timer expired and generated a timer event.
- Parameters:
event
- The timer event.
(c) Copyright 1997-1999 ObjectSpace, Inc.
14850 Quorum Drive, Suite 500
Dallas, Texas 75240