Uses of Interface
jakarta.faces.event.BehaviorListener
-
Packages that use BehaviorListener Package Description jakarta.faces.component.behavior jakarta.faces.event -
-
Uses of BehaviorListener in jakarta.faces.component.behavior
Methods in jakarta.faces.component.behavior with parameters of type BehaviorListener Modifier and Type Method Description protected voidBehaviorBase. addBehaviorListener(BehaviorListener listener)Add the specifiedBehaviorListenerto the set of listeners registered to receive event notifications from thisBehavior.protected voidBehaviorBase. removeBehaviorListener(BehaviorListener listener)Remove the specifiedBehaviorListenerfrom the set of listeners registered to receive event notifications from thisBehavior. -
Uses of BehaviorListener in jakarta.faces.event
Subinterfaces of BehaviorListener in jakarta.faces.event Modifier and Type Interface Description interfaceAjaxBehaviorListenerBy implementing this class, an object indicates that it is a listener for one or more kinds ofBehaviorEvents.
-