Uses of Interface
SecurityLightController.LightDeviceInterface

Packages that use LightDeviceInterface
SecurityLightController   
UI   
 

Uses of LightDeviceInterface in SecurityLightController
 

Fields in SecurityLightController declared as LightDeviceInterface
private  LightDeviceInterface LightControllerStateMachine.light
          This variable holds the light which is to be controlled by this state machine.
 

Methods in SecurityLightController with parameters of type LightDeviceInterface
 void LightControllerStateMachine.setLight(LightDeviceInterface light)
          This method will set the light that is to be controlled by this state machine.
 

Uses of LightDeviceInterface in UI
 

Classes in UI that implement LightDeviceInterface
 class SecurityLampSimulatedUI
          This class implements a basic UI for usage with the light controller.