Package org.apache.uima.pear.util
Interface ProcessUtil.StdStreamListener
-
- Enclosing class:
- ProcessUtil
public static interface ProcessUtil.StdStreamListenerTheStdStreamListenerinterface defines 2 methods that should be implemented by a standard stream listener to get console messages ('stderr' and 'stdout' streams) printed by selected process.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiderrMsgPrinted(java.lang.String errMsg)voidoutMsgPrinted(java.lang.String outMsg)
-