Novell exteNd
Director 5.2 API

com.sssw.fw.api
Interface EbiTimerHandler


public interface EbiTimerHandler

Interface you need to implement in a handler object for one or more timers. When a timer interval ends, the timer notifies the application by calling the timeExpired() method of the timer's handler. You associate your handler class with the timer when you allocate the timer.

See Also:
EbiTimer, EboTimerFactory.allocateTimer(EbiTimerHandler)

Method Summary
 void timeExpired(EbiTimer timer)
          Called when a timer's registered interval has elapsed.
 

Method Detail

timeExpired

public void timeExpired(EbiTimer timer)
Called when a timer's registered interval has elapsed. You can use methods of the EbiTimer object to find out more about the timer event.
Parameters:
timer - The EbiTimer object whose interval just expired.

Novell exteNd
Director 5.2 API