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(String errMsg) |
void |
outMsgPrinted(String outMsg) |
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.