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

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

Uses of StateEnginePolicy in com.tomgibara.pronto.state
 

Classes in com.tomgibara.pronto.state that implement StateEnginePolicy
 class DefaultStateEnginePolicy
          This StateEnginePolicy implementation is used when no policy has been explicitly set on a state engine.
 

Methods in com.tomgibara.pronto.state that return StateEnginePolicy
 StateEnginePolicy StateEngine.getPolicy()
          The policy under which the engine is operating.
 

Methods in com.tomgibara.pronto.state with parameters of type StateEnginePolicy
 void StateEngine.setPolicy(StateEnginePolicy policy)
          Sets the policy under which the state engine will operate.
 

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

Methods in com.tomgibara.pronto.state.impl that return StateEnginePolicy
 StateEnginePolicy StateEngineImpl.getPolicy()
           
 

Methods in com.tomgibara.pronto.state.impl with parameters of type StateEnginePolicy
 void StateEngineImpl.setPolicy(StateEnginePolicy policy)
           
 



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