Uses of Interface
org.apache.uima.pear.util.ProcessUtil.StdStreamListener
-
Packages that use ProcessUtil.StdStreamListener Package Description org.apache.uima.pear.util Theorg.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.StdStreamListener Modifier and Type Method Description void
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.
-