Uses of Interface
org.apache.uima.pear.util.ProcessUtil.StdStreamListener
Packages that use ProcessUtil.StdStreamListener
Package
Description
The
org.apache.uima.pear.util
package provides utilities that
facilitate common operations with general files, strings and XML files,
as well as simple process message routing and other useful operations.-
Uses of ProcessUtil.StdStreamListener in org.apache.uima.pear.util
Methods in org.apache.uima.pear.util with parameters of type ProcessUtil.StdStreamListenerModifier and TypeMethodDescriptionvoid
ProcessUtil.Runner.addStreamListener
(ProcessUtil.StdStreamListener listener) Adds a given object, implementing theStdStreamListener
interface to the list of standard stream listeners.void
ProcessUtil.Runner.removeListener
(ProcessUtil.StdStreamListener listener) Removes a givenStdStreamListener
object from the list of standard stream listeners.