IShellOutputReceiverpublic interface IShellOutputReceiver Classes which implement this interface provide methods that deal with out from a remote shell
command on a device/emulator. |
Methods Summary |
---|
public void | addOutput(byte[] data, int offset, int length)Called every time some new data is available.
| public void | flush()Called at the end of the process execution (unless the process was
canceled). This allows the receiver to terminate and flush whatever
data was not yet processed.
| public boolean | isCancelled()Cancel method to stop the execution of the remote shell command.
|
|