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.utilpackage 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
Fields in org.apache.uima.pear.util with type parameters of type ProcessUtil.StdStreamListener Modifier and Type Field Description private java.util.List<ProcessUtil.StdStreamListener>ProcessUtil.Runner. _listenersMethods in org.apache.uima.pear.util with parameters of type ProcessUtil.StdStreamListener Modifier and Type Method Description voidProcessUtil.Runner. addStreamListener(ProcessUtil.StdStreamListener listener)Adds a given object, implementing theStdStreamListenerinterface to the list of standard stream listeners.voidProcessUtil.Runner. removeListener(ProcessUtil.StdStreamListener listener)Removes a givenStdStreamListenerobject from the list of standard stream listeners.
-