|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--objectdraw.SuspendEvent
An ActiveObjectEventInterface event that causes ActiveObjects executing it to suspend. Depending on which subclass is used, suspended ActiveObjects either can be or cannot be interrupted.
Constructor Summary | |
SuspendEvent()
|
Method Summary | |
boolean |
isExpired()
Returns true if resume has been called and false otherwise. |
void |
resume()
Causes ActiveObjects suspended using this SuspendEvent to resume. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface objectdraw.ActiveObjectEventInterface |
execute |
Constructor Detail |
public SuspendEvent()
Method Detail |
public void resume()
public boolean isExpired()
isExpired
in interface ActiveObjectEventInterface
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |