FileDocCategorySizeDatePackage
TimeoutObserver.javaAPI DocApache Ant 1.701181Wed Dec 13 06:16:24 GMT 2006org.apache.tools.ant.util

TimeoutObserver

public interface TimeoutObserver
Interface for classes that want to be notified by Watchdog.
since
Ant 1.5
see
org.apache.tools.ant.util.Watchdog

Fields Summary
Constructors Summary
Methods Summary
public voidtimeoutOccured(Watchdog w)
Called when the watchdow times out.

param
w the watchdog that timed out.