public interface EventTimerThread_ifc extends EventThread_ifc
version
Modifier and Type | Method and Description |
---|---|
char |
addTimeEntry(TimeOrder entry)
Adds a timeout event or a time order with given execution time.
|
boolean |
removeTimeEntry(TimeOrder entry)
Removes a time order, which was activated but it is not in the event execution queue.
|
isBusy, isCurrentThread, removeFromQueue, storeEvent
infoAppend
char addTimeEntry(TimeOrder entry)
TimeOrder.activateAt(long)
etc. That routines calls this method internally already.
Therefore this method should not be called by an application directly. It is only a rule to implement.entry
- boolean removeTimeEntry(TimeOrder entry)
order
- the timeout event or the time order.