Package cn.leancloud.callback
Class FindCallback<T extends LCObject>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voiddone(List<T> objects, LCException LCException) Override this function with the code you want to run after the fetch is complete.protected final voidinternalDone0(List<T> returnValue, LCException e) Methods inherited from class cn.leancloud.callback.LCCallback
internalDone, internalDone, setMainThreadChecker
-
Constructor Details
-
FindCallback
public FindCallback()
-
-
Method Details
-
done
Override this function with the code you want to run after the fetch is complete.- Parameters:
objects- The objects matching the query, or null if it failed.LCException- The exception raised by the find, or null if it succeeded.
-
internalDone0
- Specified by:
internalDone0in classLCCallback<List<T extends LCObject>>
-