public abstract class DeleteCallback extends LCCallback<LCNull>
| Constructor and Description |
|---|
DeleteCallback() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
done(LCException e)
Override this function with the code you want to run after the delete is complete.
|
protected void |
internalDone0(LCNull returnValue,
LCException e) |
internalDone, internalDone, setMainThreadCheckerpublic abstract void done(LCException e)
e - The exception raised by the delete, or null if it succeeded.protected final void internalDone0(LCNull returnValue, LCException e)
internalDone0 in class LCCallback<LCNull>Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.