File
Doc
Category
Size
Date
Package
TimeoutObserver.java
API Doc
Apache Ant 1.70
1181
Wed Dec 13 06:16:24 GMT 2006
org.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 void
timeoutOccured
(
Watchdog
w)
Called when the watchdow times out.
param
w the watchdog that timed out.
Java Code Source