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 TypeMethod and Description
public void
timeoutOccured(Watchdog
the watchdog that timed out.
w
)

Called when the watchdog times out.

Method Detail

timeoutOccuredback to summary
public void timeoutOccured(Watchdog w)

Called when the watchdog times out.

Parameters
w:Watchdog

the watchdog that timed out.