corelib.services.web.components.events
Class LoginFormAdapter

java.lang.Object
  extended by corelib.services.web.components.events.LoginFormAdapter
All Implemented Interfaces:
LoginFormListener, WebListener, java.util.EventListener

public class LoginFormAdapter
extends java.lang.Object
implements LoginFormListener

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.

Since:
0.4.0
Author:
Alexia Ramaļoli & Dominique Liard

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

LoginFormAdapter

public LoginFormAdapter()
Method Detail

loginFailed

public void loginFailed(LoginFormEvent event)
Description copied from interface: LoginFormListener
Fired when a connection is made with a wrong identity.

Specified by:
loginFailed in interface LoginFormListener
Parameters:
event - The object that qualified this event.

loginSuccessed

public void loginSuccessed(LoginFormEvent event)
Description copied from interface: LoginFormListener
Fired when a connection is made with a correct identity.

Specified by:
loginSuccessed in interface LoginFormListener
Parameters:
event - The object that qualified this event.

accountDisabled

public void accountDisabled(LoginFormEvent event)
Description copied from interface: LoginFormListener
Fired when a connection is made with a identity that was deactivated (after three wrong attempts)

Specified by:
accountDisabled in interface LoginFormListener
Parameters:
event - The object that qualified this event.


CAUTION: Ellipse is proposed to you in BETA version to allow evaluation of this framework. Infini Software is released from any responsibility for the use of Ellipse Framework.

Copyright 2012 Infini Software - All Rights Reserved.