public static interface OuternetConnector.OuternetTestListener
Modifier and Type | Method and Description |
---|---|
void |
addLineToListener(java.lang.String line)
Called as each line of text is received from the Outernet receiver.
|
void |
done()
Called when receive from Outernet receiver is complete.
|
void addLineToListener(java.lang.String line)
line
- String line to be appended to whatever the listener is doingvoid done()