org.jaffa.presentation.portlet
Class FormKeyChangeEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FormKeyChangeEvent(Object source, FormKey newFormKey)
          Creates a new instance of FormKeyChangeEvent
 
Method Summary
 FormKey getNewFormKey()
          Getter for property newFormKey.
 
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

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.
Method Detail

getNewFormKey

public FormKey getNewFormKey()
Getter for property newFormKey.

Returns:
Value of property newFormKey.


Copyright © 2002-2004 JAFFA Project.