corelib.services.web.components.events
Class FormInputEvent
java.lang.Object
java.util.EventObject
corelib.services.web.webapplications.events.WebEvent
corelib.services.web.components.events.WebComponentEvent
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
| 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 java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FormInputEvent
public FormInputEvent(java.lang.Object source)
- Class constructor.
- Parameters:
source - The FormLogin component that has fired this event.
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.