Trull

edu.luc.cs.trull
Class Loop.LoopTerminationListener

java.lang.Object
  extended by edu.luc.cs.trull.Loop.LoopTerminationListener
All Implemented Interfaces:
TerminationListener, java.util.EventListener
Enclosing class:
Loop

protected class Loop.LoopTerminationListener
extends java.lang.Object
implements TerminationListener

This termination listener restarts the body component anew after every time it terminates.


Constructor Summary
protected Loop.LoopTerminationListener()
           
 
Method Summary
 void componentTerminated(java.util.EventObject event)
          Indicates termination by the source of the event to this listener.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Loop.LoopTerminationListener

protected Loop.LoopTerminationListener()
Method Detail

componentTerminated

public void componentTerminated(java.util.EventObject event)
Description copied from interface: TerminationListener
Indicates termination by the source of the event to this listener.

Specified by:
componentTerminated in interface TerminationListener

Trull

http://www.cs.luc.edu/trull/