public interface EmitterAdapter
| Modifier and Type | Method and Description |
|---|---|
void |
connectionStatusChanged(boolean inOldStatus,
boolean inNewStatus)
Provides a notification on the change of connection status.
|
void |
receiveData(Object inObject)
Provides the data received from the remote source.
|
void receiveData(Object inObject)
inObject - the data received from the remote source.void connectionStatusChanged(boolean inOldStatus,
boolean inNewStatus)
inOldStatus - the old connection status.inNewStatus - the new connection status.Copyright © 2019. All rights reserved.