Uses of Interface
net.dpml.state.StateListener

Packages that use StateListener
net.dpml.runtime Component strategy runtime implementation. 
net.dpml.state States, transitons, operations and triggers and a state machine supporting orderly management of state transitions and dynamic operations. 
 

Uses of StateListener in net.dpml.runtime
 

Methods in net.dpml.runtime with parameters of type StateListener
 void Provider.addStateListener(StateListener listener)
          Add a state change listener to the state machine.
 void Provider.removeStateListener(StateListener listener)
          Remove a state listener from the state machine.
 

Uses of StateListener in net.dpml.state
 

Methods in net.dpml.state with parameters of type StateListener
 void StateMachine.addStateListener(StateListener listener)
          Add a state change listener to the state machine.
 void StateMachine.removeStateListener(StateListener listener)
          Remove a state listener from the state machine.