Package cn.leancloud.callback
Class FollowersAndFolloweesCallback<T extends LCObject>
java.lang.Object
cn.leancloud.callback.LCCallback<Map<String,List<T>>>
cn.leancloud.callback.FollowersAndFolloweesCallback<T>
public abstract class FollowersAndFolloweesCallback<T extends LCObject>
extends LCCallback<Map<String,List<T>>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidOverride this function with the code you want to run after the fetch is complete.protected final voidinternalDone0(Map<String, List<T>> returnValue, LCException e) Methods inherited from class cn.leancloud.callback.LCCallback
internalDone, internalDone, setMainThreadChecker
-
Constructor Details
-
FollowersAndFolloweesCallback
public FollowersAndFolloweesCallback()
-
-
Method Details
-
done
Override this function with the code you want to run after the fetch is complete.- Parameters:
avObjects- The objects matching the query, or null if it failed.LCException- The exception raised by the find, or null if it succeeded.
-
internalDone0
- Specified by:
internalDone0in classLCCallback<Map<String,List<T extends LCObject>>>
-