类 RequestPasswordResetCallback
- java.lang.Object
-
- cn.leancloud.callback.LCCallback<LCNull>
-
- cn.leancloud.callback.RequestPasswordResetCallback
-
public abstract class RequestPasswordResetCallback extends LCCallback<LCNull>
-
-
构造器概要
构造器 构造器 说明 RequestPasswordResetCallback()
-
方法概要
所有方法 实例方法 抽象方法 具体方法 修饰符和类型 方法 说明 abstract voiddone(LCException e)Override this function with the code you want to run after the request is complete.protected voidinternalDone0(LCNull t, LCException LCException)-
从类继承的方法 cn.leancloud.callback.LCCallback
internalDone, internalDone, setMainThreadChecker
-
-
-
-
方法详细资料
-
done
public abstract void done(LCException e)
Override this function with the code you want to run after the request is complete.- 参数:
e- The exception raised by the save, or null if no account is associated with the email address.
-
internalDone0
protected final void internalDone0(LCNull t, LCException LCException)
- 指定者:
internalDone0在类中LCCallback<LCNull>
-
-