public static interface StreamGobbler.Listener
StreamGobbler InputStream.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Fired when the InputStream is closed.
|
void |
readLine(String line)
Fired for each line read in the InputStream.
|
void readLine(String line)
line - the linevoid close()