public abstract class StatusListCallback extends AVCallback<List<AVStatus>>
| Constructor and Description |
|---|
StatusListCallback() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
done(List<AVStatus> statusObjects,
AVException parseException)
Override this function with the code you want to run after the fetch is complete.
|
protected void |
internalDone0(List<AVStatus> returnValue,
AVException e) |
internalDone, internalDone, mustRunOnUIThreadpublic abstract void done(List<AVStatus> statusObjects, AVException parseException)
statusObjects - The objects matching the query, or null if it failed.parseException - The exception raised by the find, or null if it succeeded.protected final void internalDone0(List<AVStatus> returnValue, AVException e)
internalDone0 in class AVCallback<List<AVStatus>>Copyright © 2017. All rights reserved.