Interface ProcessLauncher.OutputListener

  • Enclosing class:
    ProcessLauncher

    public static interface ProcessLauncher.OutputListener
    Classes implementing this interface can receive output generated by processes launched using the ProcessLauncher.
    • Method Detail

      • standardOutput

        void standardOutput​(char[] output)
        Send to standard output
        Parameters:
        output - text to output
      • errorOutput

        void errorOutput​(char[] output)
        Send to standard error
        Parameters:
        output - test to output