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.
Modifier and Type | Method and Description |
---|---|
void |
processAjaxBehavior(AjaxBehaviorEvent event)
Process the Ajax behavior event. |
void processAjaxBehavior(AjaxBehaviorEvent event) throws AbortProcessingException
Process the Ajax behavior event.
event
- the AjaxBehaviorEvent
instance that is being processed.AbortProcessingException
- if lifecycle processing should cease for this request.