public abstract class GenericBatchCallback<T> extends GenericCallback<T>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<T> |
results |
| Constructor and Description |
|---|
GenericBatchCallback() |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<T> |
inBackground(java.util.ArrayList<T> results) |
T |
inBackground(org.json.JSONArray result) |
abstract void |
onSuccess(java.util.ArrayList<T> results) |
void |
onSuccess(T result) |
inBackground, transformdoFailure, doSuccess, inBackground, onFailureprotected java.util.ArrayList<T> results
public java.util.ArrayList<T> inBackground(java.util.ArrayList<T> results) throws java.lang.Exception
java.lang.Exceptionpublic T inBackground(org.json.JSONArray result) throws java.lang.Exception
inBackground in class GenericCallback<T>java.lang.Exceptionpublic abstract void onSuccess(java.util.ArrayList<T> results)
public void onSuccess(T result)
onSuccess in class BaseCallback<T>