org.apache.tools.ant.utilInterface TimeoutObserver
- All Known Implementing Classes:
- ExecuteJava, ExecuteWatchdog
public interface TimeoutObserverInterface for classes that want to be notified by Watchdog.
- Since:
- Ant 1.5
- See Also:
Watchdog
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidtimeoutOccured(Watchdog w)Called when the watchdog times out.
Method Detail
timeoutOccured
void timeoutOccured(Watchdog w)Called when the watchdog times out.
- Parameters:
w- the watchdog that timed out.