|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcorelib.services.web.components.events.LoginFormAdapter
public class LoginFormAdapter
This adapter class implements the LoginFormListener interface. It makes easier the writing of your
listener classes because it provides an empty implementation for each method of the associated interface.
You only have to redefine the expected methods.
| Constructor Summary | |
|---|---|
LoginFormAdapter()
|
|
| Method Summary | |
|---|---|
void |
accountDisabled(LoginFormEvent event)
Fired when a connection is made with a identity that was deactivated (after three wrong attempts) |
void |
loginFailed(LoginFormEvent event)
Fired when a connection is made with a wrong identity. |
void |
loginSuccessed(LoginFormEvent event)
Fired when a connection is made with a correct identity. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoginFormAdapter()
| Method Detail |
|---|
public void loginFailed(LoginFormEvent event)
LoginFormListener
loginFailed in interface LoginFormListenerevent - The object that qualified this event.public void loginSuccessed(LoginFormEvent event)
LoginFormListener
loginSuccessed in interface LoginFormListenerevent - The object that qualified this event.public void accountDisabled(LoginFormEvent event)
LoginFormListener
accountDisabled in interface LoginFormListenerevent - The object that qualified this event.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||