Uses of Interface
SecurityLightController.LightControllerCommandInterface

Packages that use LightControllerCommandInterface
SecurityLightController   
UI   
 

Uses of LightControllerCommandInterface in SecurityLightController
 

Classes in SecurityLightController that implement LightControllerCommandInterface
 class LightControllerStateMachine
          This class implements a state machine that can be used to control a security light.
 

Fields in SecurityLightController declared as LightControllerCommandInterface
private  LightControllerCommandInterface LightTimer.callback
          This variable holds the callback which is invoked when the timer expires.
 

Constructors in SecurityLightController with parameters of type LightControllerCommandInterface
LightTimer(LightControllerCommandInterface callback)
           
 

Uses of LightControllerCommandInterface in UI
 

Fields in UI declared as LightControllerCommandInterface
private  LightControllerCommandInterface SecurityLampSimulatedUI.lcsm
           
 

Constructors in UI with parameters of type LightControllerCommandInterface
SecurityLampSimulatedUI(LightControllerCommandInterface lcsm)
          This constructor will instantiate a new GUI instance.