public class AsyncRequestLoader<T> extends
| Constructor and Description |
|---|
AsyncRequestLoader(android.content.Context context,
GsonRequest<T> request) |
| Modifier and Type | Method and Description |
|---|---|
void |
deliverResult(T data) |
VolleyError |
getError() |
T |
loadInBackground() |
void |
onCanceled(T data) |
protected void |
onReset() |
protected void |
onStartLoading() |
protected void |
onStopLoading() |
public AsyncRequestLoader(android.content.Context context,
GsonRequest<T> request)
public T loadInBackground()
protected void onStartLoading()
public void deliverResult(T data)
protected void onStopLoading()
protected void onReset()
public void onCanceled(T data)
public VolleyError getError()