Package cn.leancloud.callback
Class UpdatePasswordCallback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voiddone(LCException e) 请用您需要在修改密码完成以后的逻辑重载本方法protected final voidinternalDone0(LCNull t, LCException LCException) Methods inherited from class cn.leancloud.callback.LCCallback
internalDone, internalDone, setMainThreadChecker
-
Constructor Details
-
UpdatePasswordCallback
public UpdatePasswordCallback()
-
-
Method Details
-
done
请用您需要在修改密码完成以后的逻辑重载本方法- Parameters:
e- 修改密码请求可能产生的异常
-
internalDone0
- Specified by:
internalDone0in classLCCallback<LCNull>
-