|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IShellOutputReceiver
Classes which implement this interface provide methods that deal with out from a remote shell command on a device/emulator.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||