Trull

edu.luc.cs.trull
Class Sequence.SequenceTerminationListener

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

protected class Sequence.SequenceTerminationListener
extends java.lang.Object
implements TerminationListener

A termination listener that, when the current component terminates, starts the next component in the sequence.


Constructor Summary
protected Sequence.SequenceTerminationListener()
           
 
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

Sequence.SequenceTerminationListener

protected Sequence.SequenceTerminationListener()
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/