org.apache.commons.exec
Interface TimeoutObserver

All Known Implementing Classes:
ExecuteWatchdog

public interface TimeoutObserver

Interface for classes that want to be notified by Watchdog.

See Also:
Watchdog

Method Summary
 void timeoutOccured(Watchdog w)
          Called when the watchdog times out.
 

Method Detail

timeoutOccured

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

Parameters:
w - the watchdog that timed out.


Copyright © 2011 Apache Software Foundation. All Rights Reserved.