org.jaffa.presentation.portlet
Class FormKeyChangeEvent
java.lang.Object
   java.util.EventObject
java.util.EventObject
       org.jaffa.presentation.portlet.FormKeyChangeEvent
org.jaffa.presentation.portlet.FormKeyChangeEvent
- All Implemented Interfaces: 
- Serializable
- public class FormKeyChangeEvent- extends EventObject
This event is typically created by the ActionBase when processing an event for a component, that has a ContainerFormKey.
 It will then fire the FormKeyChangeListener registered with the component, passing the FormKeyChangeEvent object.
 The Component will fire the FormKeyChangeEvents on the listeners during the quit(), passing the ReturnToFormKey.
- Author:
- GautamJ
- See Also:
- Serialized Form
 
 
 
 
 
 
FormKeyChangeEvent
public FormKeyChangeEvent(Object source,
                          FormKey newFormKey)
- Creates a new instance of FormKeyChangeEvent
 
- Parameters:
- source- the Object that is the source of the event (typically this).
- newFormKey- the new FormKey object.
getNewFormKey
public FormKey getNewFormKey()
- Getter for property newFormKey.
 
- 
- Returns:
- Value of property newFormKey.
 
Copyright © 2002-2004 JAFFA Project.