|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface LoginModuleImplIntf.LoginListener
Gets informed about the result of the login process.
Method Summary | |
---|---|
void |
failure(org.fuin.apps4j.CanceledException ex)
User canceled the login process. |
void |
success(java.lang.String username)
The login was successful. |
Methods inherited from interface org.fuin.apps4j.ModuleImplIntfListener |
---|
failure |
Method Detail |
---|
void success(java.lang.String username)
username
- Name of the user that successfully logged in.void failure(org.fuin.apps4j.CanceledException ex)
ex
- Exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |