|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.TimerTask | +--de.jadv.server.lib.EventTimerTask
EventTimerTask is a simple TimerTask, that adds an event to the EventList
Field Summary | |
private Event |
_Event
|
Fields inherited from class java.util.TimerTask |
|
Constructor Summary | |
EventTimerTask(Event evt)
Constructor |
Method Summary | |
void |
run()
run() - Adds an Event to the EventList |
Methods inherited from class java.util.TimerTask |
cancel, scheduledExecutionTime |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Event _Event
Constructor Detail |
public EventTimerTask(Event evt)
evt
- - The Event, that should be queued into the EventQueueMethod Detail |
public void run()
run
in interface java.lang.Runnable
run
in class java.util.TimerTask
Runnable.run()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |