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