Uses of Package
com.tomgibara.pronto.control

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

Classes in com.tomgibara.pronto.control used by com.tomgibara.pronto.control
ControlFactory
           Instances of this class are responsible for creating Controller objects from ControllerSettings interface.
Controller
          A Controller manipulates a state engine in response to events in an application's environment.
ControllerSettings
          The interface used as the base interface for all controller settings interfaces.
EngineControlAdapter
           Implementations of this interface provide a controller with string representations of a state engine's labels.
ProntoControlException
          Instances of this class are thrown from methods to indicate that a controller has malfunctioned.
 

Classes in com.tomgibara.pronto.control used by com.tomgibara.pronto.control.impl
ControlFactory
           Instances of this class are responsible for creating Controller objects from ControllerSettings interface.
Controller
          A Controller manipulates a state engine in response to events in an application's environment.
ControllerSettings
          The interface used as the base interface for all controller settings interfaces.
EngineControlAdapter
           Implementations of this interface provide a controller with string representations of a state engine's labels.
FileControllerSettings
           Implementations of this interface may be passed to a control factory to create a controller that responds to instructions in a file.
ProntoControlException
          Instances of this class are thrown from methods to indicate that a controller has malfunctioned.
SignalControllerSettings
           Implementations of this interface may be passed to a control factory to create a controller that responds to a shutdown of the JVM.
StdinControllerSettings
           Implementations of this interface may be passed to a control factory to create a controller that responds to instructions from STDIN (System.in).
 



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