Interface TimeoutObserver

  • All Known Implementing Classes:
    ExecuteWatchdog

    public interface TimeoutObserver
    Interface for classes that want to be notified by Watchdog.
    Version:
    $Id: TimeoutObserver.java 1556869 2014-01-09 16:51:11Z britter $
    See Also:
    Watchdog
    • Method Detail

      • timeoutOccured

        void timeoutOccured​(Watchdog w)
        Called when the watchdog times out.
        Parameters:
        w - the watchdog that timed out.