Package jakarta.faces.event
Class ActionEvent
java.lang.Object
java.util.EventObject
jakarta.faces.event.FacesEvent
jakarta.faces.event.ActionEvent
- All Implemented Interfaces:
- Serializable
see Javadoc of Faces Specification
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionActionEvent(UIComponent uiComponent) ActionEvent(FacesContext facesContext, UIComponent uiComponent) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanisAppropriateListener(FacesListener facesListeners) voidprocessListener(FacesListener facesListeners) Methods inherited from class jakarta.faces.event.FacesEventgetComponent, getFacesContext, getPhaseId, queue, setPhaseIdMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
ActionEvent
- 
ActionEvent
 
- 
- 
Method Details- 
isAppropriateListener- Specified by:
- isAppropriateListenerin class- FacesEvent
 
- 
processListener- Specified by:
- processListenerin class- FacesEvent
 
 
-