public interface TableQueryCallback<E>
Modifier and Type | Method and Description |
---|---|
void |
onCompleted(List<E> result,
int count,
Exception exception,
ServiceFilterResponse response)
Method to call if the operation finishes successfully
|
void onCompleted(List<E> result, int count, Exception exception, ServiceFilterResponse response)
result
- List of entitiescount
- Number of resultsexception
- An exception representing the error, in case there was oneresponse
- Response object