Interface TimeoutObserver

All Known Implementing Classes:
ExecuteJava, ExecuteWatchdog

public interface TimeoutObserver
Interface for classes that want to be notified by Watchdog.
Since:
Ant 1.5
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the watchdog times out.
  • Method Details

    • timeoutOccured

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