|
||||||||||
| 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.base.CanceledException ex)
User canceled the login process. |
void |
success(String username)
The login was successful. |
| Methods inherited from interface org.fuin.apps4j.base.ModuleImplIntfListener |
|---|
failure |
| Method Detail |
|---|
void success(String username)
username - Name of the user that successfully logged in.void failure(org.fuin.apps4j.base.CanceledException ex)
ex - Exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||