|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Watchdog
This interface represents an abstract watchdog process that serves to monitor a situation and triggers an action under an implementation-specific trigger condition.
Method Summary | |
---|---|
void |
reset()
Reset this Watchdog. |
void |
start()
Start this Watchdog, causing it to begin monitoring. |
void |
stop()
Stop this Watchdog, terminating the monitoring condition. |
Method Detail |
---|
void start()
void reset()
void stop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |