public abstract class GenericCallback<T> extends BaseCallback<T>
| Constructor and Description |
|---|
GenericCallback() |
| Modifier and Type | Method and Description |
|---|---|
T |
inBackground(org.json.JSONArray jsonArray) |
T |
inBackground(T result) |
abstract T |
transform(java.lang.Object obj) |
doFailure, doSuccess, inBackground, onFailure, onSuccesspublic T inBackground(org.json.JSONArray jsonArray) throws java.lang.Exception
inBackground in class BaseCallback<T>java.lang.Exceptionpublic abstract T transform(java.lang.Object obj) throws java.lang.Exception
java.lang.Exception