Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.faces.event
Class ActionEvent  view ActionEvent download ActionEvent.java

java.lang.Object
  extended byjava.util.EventObject
      extended byjavax.faces.event.FacesEvent
          extended byjavax.faces.event.ActionEvent
All Implemented Interfaces:
java.io.Serializable

public class ActionEvent
extends FacesEvent

Version:
$Revision: 225333 $ $Date: 2005-07-26 11:49:19 -0400 (Tue, 26 Jul 2005) $

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class javax.faces.event.FacesEvent
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ActionEvent(javax.faces.component.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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ActionEvent

public ActionEvent(javax.faces.component.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