Class Watchdog

  • All Implemented Interfaces:
    java.lang.Runnable

    public class Watchdog
    extends java.lang.Object
    implements java.lang.Runnable
    Generalization of ExecuteWatchdog
    See Also:
    ExecuteWatchdog
    • Constructor Detail

      • Watchdog

        public Watchdog​(long timeout)
    • Method Detail

      • addTimeoutObserver

        public void addTimeoutObserver​(TimeoutObserver to)
      • removeTimeoutObserver

        public void removeTimeoutObserver​(TimeoutObserver to)
      • start

        public void start()
      • stop

        public void stop()
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable