org.apache.myfaces.trinidad.event
Class ReturnEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
org.apache.myfaces.trinidad.event.ReturnEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ReturnEvent
- extends javax.faces.event.FacesEvent
Event delivered when a dialog has returned.
- Version:
- $Name: $ ($Revision: adfrt/faces/adf-faces-api/src/main/java/oracle/adf/view/faces/event/ReturnEvent.java#0 $) $Date: 10-nov-2005.19:09:06 $
- See Also:
DialogSource
,
UIXCommand
,
ReturnListener
,
Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
ReturnEvent(javax.faces.component.UIComponent source,
java.lang.Object returnValue)
|
ReturnEvent(javax.faces.component.UIComponent source,
java.lang.Object returnValue,
java.util.Map<java.lang.Object,java.lang.Object> returnParams)
|
Methods inherited from class javax.faces.event.FacesEvent |
getComponent, getPhaseId, queue, setPhaseId |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ReturnEvent
public ReturnEvent(javax.faces.component.UIComponent source,
java.lang.Object returnValue)
ReturnEvent
public ReturnEvent(javax.faces.component.UIComponent source,
java.lang.Object returnValue,
java.util.Map<java.lang.Object,java.lang.Object> returnParams)
getReturnValue
public java.lang.Object getReturnValue()
getReturnParameters
public java.util.Map<java.lang.Object,java.lang.Object> getReturnParameters()
processListener
public void processListener(javax.faces.event.FacesListener listener)
- Specified by:
processListener
in class javax.faces.event.FacesEvent
isAppropriateListener
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
- Specified by:
isAppropriateListener
in class javax.faces.event.FacesEvent
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.util.EventObject
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.