public interface TextOutputCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onExit(int exitCode,
String exitReason)
The process has exited - no more data to follow.
|
void |
onStdErr(String line)
A line of data has been received from stderr.
|
void |
onStdOut(String line)
A line of data has been received from stdout.
|
Copyright © 2016 Formicary. All rights reserved.