public interface TestNetworkCallback
Modifier and Type | Method and Description |
---|---|
void |
onError(TestNetworkException e)
Invoked when test network failed.
|
void |
onSuccess(TestNetworkResult result)
Invoked when test network is successful.
|
void onSuccess(TestNetworkResult result)
result
- test network result.void onError(TestNetworkException e)
e
- test network exception.