hkontrol.module.timer
Class SimpleWatchdog

java.lang.Object
  extended by hkontrol.module.timer.SimpleWatchdog
All Implemented Interfaces:
WatchdogAction

public class SimpleWatchdog
extends java.lang.Object
implements WatchdogAction


Constructor Summary
SimpleWatchdog(State state, java.lang.String property, int delay, int timeout)
           
 
Method Summary
 void timeout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleWatchdog

public SimpleWatchdog(State state,
                      java.lang.String property,
                      int delay,
                      int timeout)
Method Detail

timeout

public void timeout()
Specified by:
timeout in interface WatchdogAction