public abstract class FollowCallback<T extends AVObject> extends AVCallback<T>
| Constructor and Description |
|---|
FollowCallback() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
done(T object,
AVException e)
Override this function with the code you want to run after the fetch is complete.
|
protected void |
internalDone0(T returnValue,
AVException e) |
internalDone, internalDone, mustRunOnUIThreadpublic abstract void done(T object, AVException e)
object - The object that was retrieved, or null if it did not succeed.e - The exception raised by the save, or null if it succeeded.protected final void internalDone0(T returnValue, AVException e)
internalDone0 in class AVCallback<T extends AVObject>Copyright © 2017. All rights reserved.