QBEntityCallback@Deprecated public class QBEntityCallbackImpl<T> extends java.lang.Object implements QBEntityCallback<T>
| Constructor and Description |
|---|
QBEntityCallbackImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onError(QBResponseException responseException)
Deprecated.
Override this function with the code you want to run after the request is complete with errors
|
void |
onSuccess(T result,
Bundle params)
Deprecated.
Override this function with the code you want to run after the request is complete with response data
|
public void onSuccess(T result, Bundle params)
onSuccess in interface QBEntityCallback<T>result - Entity returned from the serverparams - Additional parameters returned from the serverpublic void onError(QBResponseException responseException)
onError in interface QBEntityCallback<T>responseException -