stella.sensor
Class RS485RainSensor.RainTimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by stella.sensor.RS485RainSensor.RainTimerTask
All Implemented Interfaces:
Runnable
Enclosing class:
RS485RainSensor

private class RS485RainSensor.RainTimerTask
extends TimerTask

The timer task used for notification of good weather.


Field Summary
private  boolean hasrun
          Indicates that the timer task has run.
 
Constructor Summary
private RS485RainSensor.RainTimerTask()
           
 
Method Summary
 void run()
          Notifies for good weather.
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hasrun

private boolean hasrun
Indicates that the timer task has run.

Constructor Detail

RS485RainSensor.RainTimerTask

private RS485RainSensor.RainTimerTask()
Method Detail

run

public void run()
Notifies for good weather.

Specified by:
run in interface Runnable
Specified by:
run in class TimerTask