public interface INetworkStatusListener extends IBaseListener
| Modifier and Type | Method and Description |
|---|---|
void |
onError(INetworkStatusListenerError error)
No data received - error condition, not authorized or hardware not available.
|
void |
onResult(NetworkEvent networkEvent)
Called when network connection changes somehow.
|
void |
onWarning(NetworkEvent networkEvent,
INetworkStatusListenerWarning warning)
Status received with warning
|
getIdgetAPIGroup, getAPIVersionvoid onError(INetworkStatusListenerError error)
error - Type of error encountered during reading.void onResult(NetworkEvent networkEvent)
networkEvent - Change to this network.void onWarning(NetworkEvent networkEvent, INetworkStatusListenerWarning warning)
networkEvent - Change to this network.warning - Type of warning encountered during reading.