public static interface ProcessUtil.StdStreamListener
StdStreamListener
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.Modifier and Type | Method and Description |
---|---|
void |
errMsgPrinted(java.lang.String errMsg) |
void |
outMsgPrinted(java.lang.String outMsg) |
Copyright © 2012. All Rights Reserved.