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 Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • onReceived

      void onReceived(@Nonnull String string)