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 Detail

      • errMsgPrinted

        void errMsgPrinted​(String errMsg)
      • outMsgPrinted

        void outMsgPrinted​(String outMsg)