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 Details

    • errMsgPrinted

      void errMsgPrinted(String errMsg)
    • outMsgPrinted

      void outMsgPrinted(String outMsg)