public interface IShellOutputReceiver
| Modifier and Type | Method and Description |
|---|---|
void |
addOutput(byte[] data,
int offset,
int length)
Called every time some new data is available.
|
void |
flush()
Called at the end of the process execution (unless the process was
canceled).
|
boolean |
isCancelled()
Cancel method to stop the execution of the remote shell command.
|
void addOutput(byte[] data,
int offset,
int length)
data - The new data.offset - The offset at which the new data starts.length - The length of the new data.void flush()
boolean isCancelled()