javax.faces.event
Class ActionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by javax.faces.event.ActionEvent
All Implemented Interfaces:
Serializable

public class ActionEvent
extends FacesEvent

see Javadoc of JSF Specification

Version:
$Revision: 676298 $ $Date: 2008-07-13 05:31:48 -0500 (Sun, 13 Jul 2008) $
Author:
Thomas Spiegl (latest modification by $Author: skitching $)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ActionEvent(UIComponent uiComponent)
           
 
Method Summary
 boolean isAppropriateListener(FacesListener facesListeners)
           
 void processListener(FacesListener facesListeners)
           
 
Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId
 
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

ActionEvent

public ActionEvent(UIComponent uiComponent)
Method Detail

isAppropriateListener

public boolean isAppropriateListener(FacesListener facesListeners)
Specified by:
isAppropriateListener in class FacesEvent

processListener

public void processListener(FacesListener facesListeners)
Specified by:
processListener in class FacesEvent


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.