objectdraw
Class TerminateEvent

java.lang.Object
  extended by 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

Constructor Summary
TerminateEvent()
           
 
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
 

Constructor Detail

TerminateEvent

TerminateEvent()
Method Detail

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.