org.apache.uima.pear.util
Interface ProcessUtil.StdStreamListener

Enclosing class:
ProcessUtil

public static interface ProcessUtil.StdStreamListener

The 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.


Method Summary
 void errMsgPrinted(String errMsg)
           
 void outMsgPrinted(String outMsg)
           
 

Method Detail

errMsgPrinted

void errMsgPrinted(String errMsg)

outMsgPrinted

void outMsgPrinted(String outMsg)


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.