Trull

edu.luc.cs.trull
Class Done

java.lang.Object
  extended by edu.luc.cs.trull.EmptyComponent
      extended by edu.luc.cs.trull.TerminatingComponent
          extended by edu.luc.cs.trull.ActionComponent
              extended by edu.luc.cs.trull.Done
All Implemented Interfaces:
Component, PropertyChangeSource, Startable, Suspendable, Terminating, java.beans.PropertyChangeListener, java.util.EventListener

public class Done
extends ActionComponent

A basic component that does nothing and terminates immediately.


Constructor Summary
Done()
           
 
Method Summary
 
Methods inherited from class edu.luc.cs.trull.ActionComponent
getAction, setAction, start, stop
 
Methods inherited from class edu.luc.cs.trull.TerminatingComponent
fireTermination, getParent, getTermEvent, scheduleTermination, setTerminationListener
 
Methods inherited from class edu.luc.cs.trull.EmptyComponent
addPropertyChangeListener, getPropertyChangeListeners, getTerminationListener, propertyChange, removePropertyChangeListener, resume, suspend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Done

public Done()

Trull

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