Package org.apache.uima.pear.util
Interface ProcessUtil.StdStreamListener
-
- Enclosing class:
- ProcessUtil
public static interface ProcessUtil.StdStreamListener
TheStdStreamListener
interface 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 void
errMsgPrinted(String errMsg)
void
outMsgPrinted(String outMsg)
-