Uses of Interface
jakarta.faces.event.AjaxBehaviorListener
Packages that use AjaxBehaviorListener
Package
Description
APIs for attaching additional
behavior to user interface components.
-
Uses of AjaxBehaviorListener in com.sun.faces.facelets.tag.composite
Methods in com.sun.faces.facelets.tag.composite with parameters of type AjaxBehaviorListenerModifier and TypeMethodDescriptionvoidRetargetedAjaxBehavior.addAjaxBehaviorListener(AjaxBehaviorListener listener) voidRetargetedAjaxBehavior.removeAjaxBehaviorListener(AjaxBehaviorListener listener) -
Uses of AjaxBehaviorListener in jakarta.faces.component.behavior
Methods in jakarta.faces.component.behavior with parameters of type AjaxBehaviorListenerModifier and TypeMethodDescriptionvoidAjaxBehavior.addAjaxBehaviorListener(AjaxBehaviorListener listener) Add the specifiedAjaxBehaviorListenerto the set of listeners registered to receive event notifications from thisAjaxBehavior.voidAjaxBehavior.removeAjaxBehaviorListener(AjaxBehaviorListener listener) Remove the specifiedAjaxBehaviorListenerfrom the set of listeners registered to receive event notifications from thisAjaxBehavior.