public abstract class StatusCallback extends AVCallback<AVStatus>
| Constructor and Description |
|---|
StatusCallback() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
done(AVStatus statusObject,
AVException parseException)
Override this function with the code you want to run after the fetch is complete.
|
protected void |
internalDone0(AVStatus returnValue,
AVException e) |
internalDone, internalDone, mustRunOnUIThreadpublic abstract void done(AVStatus statusObject, AVException parseException)
statusObject - 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(AVStatus returnValue, AVException e)
internalDone0 in class AVCallback<AVStatus>Copyright © 2017. All rights reserved.