Package jakarta.faces.event
Interface AjaxBehaviorListener
- All Superinterfaces:
BehaviorListener
,EventListener
,FacesListener
public interface AjaxBehaviorListener extends BehaviorListener
By implementing this class, an object indicates that it is a listener for one or more kinds of
BehaviorEvent
s.
- Since:
- 2.0
-
Method Summary
Modifier and Type Method Description void
processAjaxBehavior(AjaxBehaviorEvent event)
-
Method Details
-
processAjaxBehavior
- Parameters:
event
- theAjaxBehaviorEvent
instance that is being processed.- Throws:
AbortProcessingException
- if lifecycle processing should cease for this request.- Since:
- 2.0
-