Uses of Interface
org.apache.commons.exec.TimeoutObserver
Packages that use TimeoutObserver
-
Uses of TimeoutObserver in org.apache.commons.exec
Classes in org.apache.commons.exec that implement TimeoutObserverMethods in org.apache.commons.exec with parameters of type TimeoutObserverModifier and TypeMethodDescriptionvoid
Watchdog.addTimeoutObserver
(TimeoutObserver to) Adds a TimeoutObserver.void
Watchdog.removeTimeoutObserver
(TimeoutObserver to) Removes a TimeoutObserver.