public abstract class FollowersAndFolloweesCallback<T extends AVObject> extends AVCallback<Map<String,List<T>>>
| 构造器和说明 |
|---|
FollowersAndFolloweesCallback() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
done(Map<String,List<T>> avObjects,
AVException avException)
Override this function with the code you want to run after the fetch is complete.
|
protected void |
internalDone0(Map<String,List<T>> returnValue,
AVException e) |
internalDone, internalDone, setMainThreadCheckerpublic abstract void done(Map<String,List<T>> avObjects, AVException avException)
avObjects - The objects matching the query, or null if it failed.avException - The exception raised by the find, or null if it succeeded.protected final void internalDone0(Map<String,List<T>> returnValue, AVException e)
internalDone0 在类中 AVCallback<Map<String,List<T extends AVObject>>>Copyright © 2019. All rights reserved.