Uses of Interface
com.tomgibara.pronto.control.EngineControlAdapter

Packages that use EngineControlAdapter
com.tomgibara.pronto.control   
com.tomgibara.pronto.control.impl   
 

Uses of EngineControlAdapter in com.tomgibara.pronto.control
 

Methods in com.tomgibara.pronto.control that return EngineControlAdapter
 EngineControlAdapter<S,L,P> Controller.getAdapter()
          The adapter that is being used by the controller to mediate external events and the state graph.
 

Methods in com.tomgibara.pronto.control with parameters of type EngineControlAdapter
abstract
<S,L,P> Controller<S,L,P>
ControlFactory.newController(ControllerSettings settings, com.tomgibara.pronto.state.StateEngine<S,L,P> engine, EngineControlAdapter<S,L,P> adapter)
          Constructs a new controller.
 

Uses of EngineControlAdapter in com.tomgibara.pronto.control.impl
 

Methods in com.tomgibara.pronto.control.impl that return EngineControlAdapter
 EngineControlAdapter<S,L,P> ControllerImpl.getAdapter()
           
 

Methods in com.tomgibara.pronto.control.impl with parameters of type EngineControlAdapter
<S,L,P> Controller<S,L,P>
ControlFactoryImpl.newController(ControllerSettings settings, com.tomgibara.pronto.state.StateEngine<S,L,P> engine, EngineControlAdapter<S,L,P> adapter)
           
 

Constructors in com.tomgibara.pronto.control.impl with parameters of type EngineControlAdapter
ControllerImpl(com.tomgibara.pronto.state.StateEngine<S,L,P> engine, EngineControlAdapter<S,L,P> adapter)
           
 



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