Package it.tidalwave.util
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onReceived(java.lang.String string)
-