ant 1.10.14
org.apache.tools.ant.util
TimeoutObserver
Top
Description
Methods
org.apache.tools.ant.util
public
Interface TimeoutObserver
Known Direct Implementers
org.
apache.
tools.
ant.
taskdefs.
ExecuteJava
,
org.
apache.
tools.
ant.
taskdefs.
ExecuteWatchdog
Interface for classes that want to be notified by Watchdog.
Since
Ant 1.5
See Also
org.
apache.
tools.
ant.
util.
Watchdog
Method Summary
Modifier and Type
Method and Description
public
void
timeoutOccured
(
Watchdog
the watchdog that timed out.
w
)
Called when the watchdog times out.
Method Detail
timeoutOccured
back to summary
public
void
timeoutOccured
(
Watchdog
w
)
Called when the watchdog times out.
Parameters
w:
Watchdog
the watchdog that timed out.