objectdraw
Class UnintSuspendEvent

java.lang.Object
  |
  +--objectdraw.SuspendEvent
        |
        +--objectdraw.UnintSuspendEvent
All Implemented Interfaces:
ActiveObjectEventInterface

public final class UnintSuspendEvent
extends SuspendEvent

An ActiveObjectEventInterface event that causes ActiveObjects executing it to suspend in such a way that calling their interrupt methods will not unblock them.


Constructor Summary
UnintSuspendEvent()
           
 
Method Summary
 void execute()
          Causes ActiveObjects calling this method to suspend in such a way that calling their interrupt methods will not 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

UnintSuspendEvent

public UnintSuspendEvent()
Method Detail

execute

public void execute()
Causes ActiveObjects calling this method to suspend in such a way that calling their interrupt methods will not unblock them.