Package jakarta.faces.event
Interface AjaxBehaviorListener
- 
- All Superinterfaces:
- BehaviorListener,- EventListener,- FacesListener
 
 public interface AjaxBehaviorListener extends BehaviorListener - Since:
- 2.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessAjaxBehavior(AjaxBehaviorEvent event)
 
- 
- 
- 
Method Detail- 
processAjaxBehaviorvoid processAjaxBehavior(AjaxBehaviorEvent event) throws AbortProcessingException - Throws:
- AbortProcessingException
 
 
- 
 
-