Uses of Class
org.zeroturnaround.exec.listener.ProcessListener
Packages that use ProcessListener
-
Uses of ProcessListener in org.zeroturnaround.exec
Methods in org.zeroturnaround.exec with parameters of type ProcessListenerModifier and TypeMethodDescriptionProcessExecutor.addListener(ProcessListener listener) Register new process event handler.ProcessExecutor.listener(ProcessListener listener) Unregister all existing process event handlers and register new one.ProcessExecutor.removeListener(ProcessListener listener) Unregister existing process event handler.Method parameters in org.zeroturnaround.exec with type arguments of type ProcessListenerModifier and TypeMethodDescriptionProcessExecutor.removeListeners(Class<? extends ProcessListener> listenerType) Unregister existing process event handlers of given type or its sub-types. -
Uses of ProcessListener in org.zeroturnaround.exec.listener
Subclasses of ProcessListener in org.zeroturnaround.exec.listenerModifier and TypeClassDescriptionclassComposite process event handler.classProcess event handler that wraps a process destroyer.Methods in org.zeroturnaround.exec.listener with parameters of type ProcessListenerModifier and TypeMethodDescriptionvoidCompositeProcessListener.add(ProcessListener listener) Add new listener.voidCompositeProcessListener.remove(ProcessListener listener) Remove existing listener.Method parameters in org.zeroturnaround.exec.listener with type arguments of type ProcessListenerModifier and TypeMethodDescriptionvoidCompositeProcessListener.removeAll(Class<? extends ProcessListener> type) Remove existing listeners of given type or its sub-types.Constructor parameters in org.zeroturnaround.exec.listener with type arguments of type ProcessListener