|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAuthResultListener
Interface of class-handler of authentication requests.
AuthController calls methods of this interface implementation by results of requests to server-side.
AuthController needs this interface external implementation.
| Method Summary | |
|---|---|
void |
errorLogin(java.lang.Throwable caught)
Calls when was exception in login. |
void |
errorLogout(java.lang.Throwable caught)
Calls when was exception in logout. |
void |
setUserInfo(UserInfo info)
Calls when user information was received. |
void |
successLogin()
Calls on success login. |
void |
successLogout()
Calls on success logout. |
| Method Detail |
|---|
void errorLogin(java.lang.Throwable caught)
caught - exception instancevoid successLogin()
void setUserInfo(UserInfo info)
info - received user informationvoid errorLogout(java.lang.Throwable caught)
caught - exception instancevoid successLogout()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||