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)
|
void processAjaxBehavior(AjaxBehaviorEvent event) throws AbortProcessingException
event
- the AjaxBehaviorEvent
instance that
is being processed.AbortProcessingException
- if lifecycle processing should
cease for this request.Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.