org.apache.tools.ant.util

Interface TimeoutObserver

public interface TimeoutObserver

Interface for classes that want to be notified by Watchdog.

Since: Ant 1.5

See Also:

Method Summary
voidtimeoutOccured(Watchdog w)
Called when the watchdow times out.

Method Detail

timeoutOccured

public void timeoutOccured(Watchdog w)
Called when the watchdow times out.

Parameters: w the watchdog that timed out.