Interface WatchdogService
- All Known Implementing Classes:
SimpleWatchdogService
public interface WatchdogService
Times and executes watchdogs.
-
Method Summary
-
Method Details
-
start
void start()Starts monitoring. -
stop
void stop()Stops monitoring.
-