|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoginController
Example login controller used by the view.
Method Summary | |
---|---|
void |
cancel()
Cancel the login process. |
void |
verify(java.lang.String username,
char[] password)
Try to login with the username and password. |
Methods inherited from interface org.fuin.apps4j.Controller |
---|
setView |
Method Detail |
---|
void verify(java.lang.String username, char[] password)
username
- Username.password
- Password.void cancel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |