Uses of Interface
SecurityLightController.LightTimerInterface

Packages that use LightTimerInterface
SecurityLightController   
 

Uses of LightTimerInterface in SecurityLightController
 

Classes in SecurityLightController that implement LightTimerInterface
 class LightTimer
          This class implements a light timer.
 

Fields in SecurityLightController declared as LightTimerInterface
private  LightTimerInterface LightControllerStateMachine.tmr
          This variable is the instance of the timer that is to be used for timed activities.
 

Methods in SecurityLightController with parameters of type LightTimerInterface
 void LightControllerStateMachine.setTmr(LightTimerInterface tmr)
          This method will set an instance of the timer that is to be used with this class.