Package jakarta.faces.event
Class BehaviorEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- jakarta.faces.event.FacesEvent
- 
- jakarta.faces.event.BehaviorEvent
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- AjaxBehaviorEvent
 
 public abstract class BehaviorEvent extends FacesEvent - Since:
- 2.0
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class java.util.EventObjectsource
 
- 
 - 
Constructor SummaryConstructors Constructor Description BehaviorEvent(UIComponent component, Behavior behavior)BehaviorEvent(FacesContext facesContext, UIComponent uiComponent, Behavior behavior)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BehaviorgetBehavior()- 
Methods inherited from class jakarta.faces.event.FacesEventgetComponent, getFacesContext, getPhaseId, isAppropriateListener, processListener, queue, setPhaseId
 - 
Methods inherited from class java.util.EventObjectgetSource, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
BehaviorEventpublic BehaviorEvent(FacesContext facesContext, UIComponent uiComponent, Behavior behavior) 
 - 
BehaviorEventpublic BehaviorEvent(UIComponent component, Behavior behavior) 
 
- 
 - 
Method Detail- 
getBehaviorpublic Behavior getBehavior() 
 
- 
 
-