| Package | Description |
|---|---|
| org.elkoserver.foundation.timer |
Classes supporting timer-driven events in the Elko server environment.
|
| Class and Description |
|---|
| Clock
Object which calls the
TickNoticer.noticeTick(int) method on a target
object every n milliseconds. |
| TickNoticer
Interface implemented by classes that want to be informed about repeated
ticks from a
Clock. |
| Timeout
Object representing a scheduled timeout event.
|
| TimeoutNoticer
Interface implemented by objects that wish to be informed about
Timeout events. |
| Timer
The master control object for scheduling timed events using timeouts and
clocks.
|
Copyright © 2017. All rights reserved.