public interface AndroidDeviceOutputReciever
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCancelled()
Checks if command execution was cancelled
|
void |
processNewLines(String[] lines)
Processes output of a shell command
|
void processNewLines(String[] lines)
lines - Array of lines returned by shell command to be processedboolean isCancelled()
true if command was cancelled, false otherwiseCopyright © 2014 JBoss by Red Hat. All rights reserved.