public abstract class FindCallback<T extends AVObject> extends AVCallback<List<T>>
| 构造器和说明 |
|---|
FindCallback() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
done(List<T> avObjects,
AVException avException)
Override this function with the code you want to run after the fetch is complete.
|
protected void |
internalDone0(List<T> returnValue,
AVException e) |
internalDone, internalDone, setMainThreadCheckerpublic abstract void done(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(List<T> returnValue, AVException e)
internalDone0 在类中 AVCallback<List<T extends AVObject>>Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.