E
- The API return value entitypublic interface ApiOperationCallback<E>
Modifier and Type | Method and Description |
---|---|
void |
onCompleted(E result,
Exception exception,
ServiceFilterResponse response)
Method to call when the operation is completed
|
void onCompleted(E result, Exception exception, ServiceFilterResponse response)
result
- The obtained resultexception
- An exception representing the error, in case there was oneresponse
- Response object