Uses of Interface
net.sourceforge.aqueduct.StateEventListener

Packages that use StateEventListener
net.sourceforge.aqueduct   
 

Uses of StateEventListener in net.sourceforge.aqueduct
 

Methods in net.sourceforge.aqueduct with parameters of type StateEventListener
 void StateMachine.addStateEventListener(S state, StateEventListener<I> listener)
          Registers a StateEventListener to receive transition event notifications for the indicated State.
 void StateMachine.removeStateEventListener(S state, StateEventListener<I> listener)
          Unregisters a StateEventListener that is receiving transition event notifications for the provided State.
 



Copyright © 2008. All Rights Reserved.