public interface TableJsonOperationCallback
Modifier and Type | Method and Description |
---|---|
void |
onCompleted(com.google.gson.JsonObject jsonObject,
java.lang.Exception exception,
ServiceFilterResponse response)
Method to call if the operation finishes successfully
|
void onCompleted(com.google.gson.JsonObject jsonObject, java.lang.Exception exception, ServiceFilterResponse response)
jsonObject
- The obtained jsonObjectexception
- An exception representing the error, in case there was oneresponse
- Response object