Package cn.leancloud.callback
Class ProgressCallback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidprotected final voidinternalDone0(Integer returnValue, LCException e) Override this function with your desired callback.Methods inherited from class cn.leancloud.callback.LCCallback
internalDone, internalDone, setMainThreadChecker
-
Constructor Details
-
ProgressCallback
public ProgressCallback()
-
-
Method Details
-
done
-
internalDone0
Override this function with your desired callback.- Specified by:
internalDone0in classLCCallback<Integer>- Parameters:
returnValue- actual progress value.e- exception.
-