public abstract class LogInCallback<T extends LCUser> extends LCCallback<T>
| Constructor and Description |
|---|
LogInCallback() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
done(T user,
LCException e)
Override this function with the code you want to run after the save is complete.
|
protected void |
internalDone0(T returnValue,
LCException e) |
internalDone, internalDone, setMainThreadCheckerpublic abstract void done(T user, LCException e)
user - The user that logged in, if the username and password is valid.e - The exception raised by the login.protected final void internalDone0(T returnValue, LCException e)
internalDone0 in class LCCallback<T extends LCUser>Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.