Package cn.leancloud.callback
Class LogInCallback<T extends LCUser>
java.lang.Object
cn.leancloud.callback.LCCallback<T>
cn.leancloud.callback.LogInCallback<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voiddone(T user, LCException e) Override this function with the code you want to run after the save is complete.protected final voidinternalDone0(T returnValue, LCException e) Methods inherited from class cn.leancloud.callback.LCCallback
internalDone, internalDone, setMainThreadChecker
-
Constructor Details
-
LogInCallback
public LogInCallback()
-
-
Method Details
-
done
Override this function with the code you want to run after the save is complete.- Parameters:
user- The user that logged in, if the username and password is valid.e- The exception raised by the login.
-
internalDone0
- Specified by:
internalDone0in classLCCallback<T extends LCUser>
-