Trull

edu.luc.cs.trull
Class Suspend.SuspendTerminationListener

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

protected class Suspend.SuspendTerminationListener
extends java.lang.Object
implements TerminationListener

This component terminates when its child component terminates.


Constructor Summary
protected Suspend.SuspendTerminationListener()
           
 
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

Suspend.SuspendTerminationListener

protected Suspend.SuspendTerminationListener()
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/