corelib.services.web.components.events
Class FormInputEvent

java.lang.Object
  extended by java.util.EventObject
      extended by corelib.services.web.webapplications.events.WebEvent
          extended by corelib.services.web.components.events.WebComponentEvent
              extended by corelib.services.web.components.events.FormInputEvent
All Implemented Interfaces:
java.io.Serializable

public class FormInputEvent
extends WebComponentEvent

This class represent events there fired when FormLogin component is used in success.

Since:
0.4.0
Author:
Dominique Liard
See Also:
User, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FormInputEvent(java.lang.Object source)
          Class constructor.
 
Method Summary
 User getConnectedUser()
          Returns the user instance associated to the crendentials injected into the FormLogin component.
 
Methods inherited from class corelib.services.web.components.events.WebComponentEvent
getLevel, getRepeatedIndex, setLevel
 
Methods inherited from class corelib.services.web.webapplications.events.WebEvent
getRequest, getResponse, getSession, getWebPage
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormInputEvent

public FormInputEvent(java.lang.Object source)
Class constructor.

Parameters:
source - The FormLogin component that has fired this event.
Method Detail

getConnectedUser

public User getConnectedUser()
Returns the user instance associated to the crendentials injected into the FormLogin component.

Returns:
The user instance


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.