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