org.apache.tools.ant.util
public interface TimeoutObserver
Watchdog
Modifier and Type | Method and Description |
---|---|
void |
timeoutOccured(Watchdog w)
Called when the watchdow times out.
|
void timeoutOccured(Watchdog w)
w
- the watchdog that timed out.