Package cn.leancloud.callback
Class StatusCallback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voiddone(LCStatus statusObject, LCException LCException) Override this function with the code you want to run after the fetch is complete.protected final voidinternalDone0(LCStatus returnValue, LCException e) Methods inherited from class cn.leancloud.callback.LCCallback
internalDone, internalDone, setMainThreadChecker
-
Constructor Details
-
StatusCallback
public StatusCallback()
-
-
Method Details
-
done
Override this function with the code you want to run after the fetch is complete.- Parameters:
statusObject- 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<LCStatus>
-