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