org.oddjob.state
Class StateExchange
java.lang.Object
org.oddjob.state.StateExchange
public class StateExchange
- extends Object
Pass on state. Generally used to reflect the state of children.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StateExchange
public StateExchange(Stateful source,
StateChanger<ParentState> recipient)
start
public void start()
throws JobDestroyedException
- Throws:
JobDestroyedException
stop
public void stop()
isRunning
public boolean isRunning()