stella.sensor
Class RS485RainSensor.RainTimerTask
java.lang.Object
java.util.TimerTask
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. |
|
Method Summary |
void |
run()
Notifies for good weather. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hasrun
private boolean hasrun
- Indicates that the timer task has run.
RS485RainSensor.RainTimerTask
private RS485RainSensor.RainTimerTask()
run
public void run()
- Notifies for good weather.
- Specified by:
run in interface Runnable- Specified by:
run in class TimerTask