Uses of Interface
jakarta.faces.event.AjaxBehaviorListener
-
Packages that use AjaxBehaviorListener Package Description jakarta.faces.component.behavior -
-
Uses of AjaxBehaviorListener in jakarta.faces.component.behavior
Methods in jakarta.faces.component.behavior with parameters of type AjaxBehaviorListener Modifier and Type Method Description voidAjaxBehavior. 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.
-