|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jadv.events.Event
The abstract class Event is the super class of all Events, that could be handled by the EventManager / EventThread.
Field Summary | |
Event |
_NEXT
The next Event - only set when inside the EventQueue of the EventManager |
Constructor Summary | |
Event()
|
Method Summary | |
abstract void |
doEvent()
doEvent() This is the function, that will be called by the EventThread |
SavedObject |
findObject(java.lang.String id)
Find an Object from the given ID |
abstract void |
markBad()
markBad() Mark an Event as bad. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Event _NEXT
Constructor Detail |
public Event()
Method Detail |
public abstract void doEvent()
public SavedObject findObject(java.lang.String id)
id
- - The id of the object
public abstract void markBad()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |