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