Home » Mojarra-2.0.1 » javax » faces » event » [javadoc | source]
javax.faces.event
public class: ActionEvent [javadoc | source]
java.lang.Object
   java.util.EventObject
      javax.faces.event.FacesEvent
         javax.faces.event.ActionEvent

All Implemented Interfaces:
    Serializable

An ActionEvent represents the activation of a user interface component (such as a UICommand).

Fields inherited from java.util.EventObject:
source
Constructor:
 public ActionEvent(UIComponent component) 

    Construct a new event object from the specified source component and action command.

    Parameters:
    component - Source UIComponent for this event
    Throws:
    IllegalArgumentException - if component is null
Method from javax.faces.event.ActionEvent Summary:
isAppropriateListener,   processListener
Methods from javax.faces.event.FacesEvent:
getComponent,   getPhaseId,   isAppropriateListener,   processListener,   queue,   setPhaseId
Methods from java.util.EventObject:
getSource,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.event.ActionEvent Detail:
 public boolean isAppropriateListener(FacesListener listener) 
 public  void processListener(FacesListener listener)