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