Interface ProcessExecutor.ConsoleOutput.Listener

  • Enclosing interface:
    ProcessExecutor.ConsoleOutput

    public static interface ProcessExecutor.ConsoleOutput.Listener
    A listener that is invoked whenever a line is read from the console.
    • Method Detail

      • onReceived

        void onReceived​(@Nonnull
                        java.lang.String string)