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

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

Uses of ControllerSettings in com.tomgibara.pronto.control
 

Subinterfaces of ControllerSettings in com.tomgibara.pronto.control
 interface FileControllerSettings
           Implementations of this interface may be passed to a control factory to create a controller that responds to instructions in a file.
 interface SignalControllerSettings
           Implementations of this interface may be passed to a control factory to create a controller that responds to a shutdown of the JVM.
 interface StdinControllerSettings
           Implementations of this interface may be passed to a control factory to create a controller that responds to instructions from STDIN (System.in).
 

Methods in com.tomgibara.pronto.control with parameters of type ControllerSettings
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.
 

Method parameters in com.tomgibara.pronto.control with type arguments of type ControllerSettings
abstract  boolean ControlFactory.isSettingsIfaceSupported(java.lang.Class<? extends ControllerSettings> iface)
          Indicates whether the interface supplied is recognized by this factory.
 

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

Methods in com.tomgibara.pronto.control.impl with parameters of type ControllerSettings
<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)
           
 

Method parameters in com.tomgibara.pronto.control.impl with type arguments of type ControllerSettings
 boolean ControlFactoryImpl.isSettingsIfaceSupported(java.lang.Class<? extends ControllerSettings> iface)
           
 



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