public interface TableJsonQueryCallback
Modifier and Type | Method and Description |
---|---|
void |
onCompleted(com.google.gson.JsonElement result,
int count,
Exception exception,
ServiceFilterResponse response)
Method to call if the operation finishes successfully
|
void onCompleted(com.google.gson.JsonElement result, int count, Exception exception, ServiceFilterResponse response)
result
- JSON resultcount
- Number of resultsexception
- An exception representing the error, in case there was oneresponse
- Response object