objectdraw
Class TerminateEvent
java.lang.Object
objectdraw.TerminateEvent
- All Implemented Interfaces:
- ActiveObjectEventInterface
final class TerminateEvent
- extends Object
- implements ActiveObjectEventInterface
An ActiveObjectEventInterface event that causes ActiveObjects
executing it to terminate.
- Version:
- 1.1.1 released February 2005
Method Summary |
void |
execute()
Causes ActiveOjects calling this method to terminate. |
boolean |
isExpired()
TerminateEvents never expire. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TerminateEvent
TerminateEvent()
execute
public void execute()
- Causes ActiveOjects calling this method to terminate.
- Specified by:
execute
in interface ActiveObjectEventInterface
isExpired
public boolean isExpired()
- TerminateEvents never expire.
- Specified by:
isExpired
in interface ActiveObjectEventInterface
- Returns:
- always false.