|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--objectdraw.SuspendEvent | +--objectdraw.InterruptableSuspendEvent
An ActiveObjectEventInterface event that causes ActiveObjects executing it to suspend in such a way that calling their interrupt methods will unblock them.
Constructor Summary | |
InterruptableSuspendEvent()
|
Method Summary | |
void |
execute()
Causes ActiveObjects calling this method to suspend in such a way that calling their interrupt methods will unblock them. |
Methods inherited from class objectdraw.SuspendEvent |
isExpired, resume |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InterruptableSuspendEvent()
Method Detail |
public void execute()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |