|
|||||||||||
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.TimerEvent
The TimerEvent simply calles the Timer in the given object.
This class isn't implemented until now!
Field Summary | |
private JAdvObject |
_obj
|
Fields inherited from class org.jadv.events.Event |
_NEXT |
Constructor Summary | |
TimerEvent(JAdvObject obj)
|
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 |
private JAdvObject _obj
Constructor Detail |
public TimerEvent(JAdvObject obj)
Method Detail |
public void doEvent()
doEvent
in class Event
public void markBad()
markBad
in class Event
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |