public interface CustomRequestListener<RESULT>
| Modifier and Type | Method and Description |
|---|---|
void |
onInternetErrorConnection() |
void |
onRequestFailure(SpiceException spiceException) |
void |
onRequestServerError(WebServerError error) |
void |
onRequestSuccess(RESULT result) |
void onRequestFailure(SpiceException spiceException)
void onRequestSuccess(RESULT result)
void onRequestServerError(WebServerError error)
void onInternetErrorConnection()