org.apache.tools.ant.util

Interface TimeoutObserver

Known Implementing Classes:
ExecuteJava, ExecuteWatchdog

public interface TimeoutObserver

Interface for classes that want to be notified by Watchdog.
Since:
Ant 1.5
See Also:
Watchdog

Method Summary

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

Method Details

timeoutOccured

public void timeoutOccured(Watchdog w)
Called when the watchdow times out.
Parameters:
w - the watchdog that timed out.

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.