inria.util
Interface EventHandler
- All Known Implementing Classes:
- EventManager
- public interface EventHandler
Method Summary |
void |
handleTimerEvent(java.lang.Object data,
long time)
Handle an timer event. |
handleTimerEvent
public void handleTimerEvent(java.lang.Object data,
long time)
- Handle an timer event. Data is the rock the register wanted
passed to the handleEvent routine, and time is the time the
event was scheduled to be delivered. The handler can compare
that time to the current time, if it wants, to see whether or
not it's falling behind.
JavaTM Reliable MulticastTM Service version 1.1
Copyright (c) 2001, Sun Microsystems Laboratories, All rights reserved.