Package org.elkoserver.foundation.timer

Classes supporting timer-driven events in the Elko server environment.

See:
          Description

Interface Summary
TickNoticer Interface implemented by classes that want to be informed about repeated ticks from a Clock.
TimeoutNoticer Interface implemented by objects that wish to be informed about Timeout events.
 

Class Summary
Clock Object which calls the TickNoticer.noticeTick(int) method on a target object every n milliseconds.
Timeout Object representing a scheduled timeout event.
Timer The master control object for scheduling timed events using timeouts and clocks.
 

Package org.elkoserver.foundation.timer Description

Classes supporting timer-driven events in the Elko server environment.

Classes in this package are derived from the open source E-on-Java runtime, subject to the MIT X License. Put proper attribution here before release. See http://erights.org