|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jadv.events.Event | +--org.jadv.events.LoadObjectEvent
Loads an object
Field Summary | |
java.lang.String |
_id
|
Fields inherited from class org.jadv.events.Event |
_NEXT |
Constructor Summary | |
LoadObjectEvent(java.lang.String id)
|
Method Summary | |
void |
doEvent()
doEvent() This is the function, that will be called by the EventThread |
void |
markBad()
markBad() Mark an Event as bad. |
Methods inherited from class org.jadv.events.Event |
findObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String _id
Constructor Detail |
public LoadObjectEvent(java.lang.String id)
Method Detail |
public void doEvent()
Event
doEvent
in class Event
public void markBad()
Event
markBad
in class Event
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |