Package jakarta.faces.event
Interface AjaxBehaviorListener
- All Superinterfaces:
BehaviorListener,EventListener,FacesListener
By implementing this class, an object indicates that it is a listener for one or more kinds of
BehaviorEvents.
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidProcess the Ajax behavior event.
-
Method Details
-
processAjaxBehavior
Process the Ajax behavior event.
- Parameters:
event- theAjaxBehaviorEventinstance that is being processed.- Throws:
AbortProcessingException- if lifecycle processing should cease for this request.- Since:
- 2.0
-