public static interface ProcessHandler.ProcessListener
ProcessHandler streams.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Fired when the InputStream is closed.
|
void |
readErr(String line)
Fired for each System.err read in the InputStream.
|
void |
readOut(String line)
Fired for each System.out read in the InputStream.
|