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