public static class EventScheduler.SchedulableEvent extends Object
Constructor and Description |
---|
SchedulableEvent(long timestamp) |
Modifier and Type | Method and Description |
---|---|
long |
getTimestamp() |
void |
setTimestamp(long timestamp)
The timestamp should not be modified when the event is in the
scheduling buffer.
|