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

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

Uses of Controller in com.tomgibara.pronto.control
 

Methods in com.tomgibara.pronto.control that return Controller
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 Controller in com.tomgibara.pronto.control.impl
 

Classes in com.tomgibara.pronto.control.impl that implement Controller
 class ControllerImpl<S,L,P>
          The standard implementation of the Controller interface.
 

Methods in com.tomgibara.pronto.control.impl that return Controller
<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)
           
 



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