Voyager ORB

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

Method Summary
 void timerExpired(TimerEvent event)
          A timer expired and generated a timer event.
 

Method Detail

timerExpired

public void timerExpired(TimerEvent event)
A timer expired and generated a timer event.
Parameters:
event - The timer event.

ObjectSpace Inc.

(c) Copyright 1997-1999 ObjectSpace, Inc.
14850 Quorum Drive, Suite 500
Dallas, Texas 75240