Package cn.leancloud.callback
Class GetCallback<T extends LCObject>
java.lang.Object
cn.leancloud.callback.LCCallback<T>
cn.leancloud.callback.GetCallback<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voiddone(T object, LCException e) protected final voidinternalDone0(T returnValue, LCException e) Methods inherited from class cn.leancloud.callback.LCCallback
internalDone, internalDone, setMainThreadChecker
-
Constructor Details
-
GetCallback
public GetCallback()
-
-
Method Details
-
done
-
internalDone0
- Specified by:
internalDone0in classLCCallback<T extends LCObject>
-