SecurityLightController
Interface LightTimerInterface

All Known Implementing Classes:
LightTimer

public interface LightTimerInterface

This interface defines that which is used for a light timer.

Author:
schilling

Method Summary
 void startTimer(int delay)
          This method will start the timer.
 

Method Detail

startTimer

void startTimer(int delay)
This method will start the timer.

Parameters:
delay - This is the delay, in seconds, for the given timer.