Uses of Interface
com.tomgibara.pronto.state.StateListener

Packages that use StateListener
com.tomgibara.pronto.state   
com.tomgibara.pronto.state.impl   
 

Uses of StateListener in com.tomgibara.pronto.state
 

Methods in com.tomgibara.pronto.state with parameters of type StateListener
 boolean StateEngine.addStateListener(StateListener<S,L> listener)
          Adds a state listener to this engine.
 boolean StateEngine.removeStateListener(StateListener<S,L> listener)
          Removes a previously added state listener from this engine.
 

Uses of StateListener in com.tomgibara.pronto.state.impl
 

Methods in com.tomgibara.pronto.state.impl with parameters of type StateListener
 boolean StateEngineImpl.addStateListener(StateListener<S,L> listener)
           
 boolean StateEngineImpl.removeStateListener(StateListener<S,L> listener)
           
 



Copyright © 2006-2007 Tom Gibara. All Rights Reserved.