Uses of Interface
javax.faces.event.BehaviorListener

Packages that use BehaviorListener
javax.faces.component.behavior APIs for attaching additional behavior to user interface components. 
javax.faces.event Interfaces describing events and event listeners, and concrete event implementation classes. 
 

Uses of BehaviorListener in javax.faces.component.behavior
 

Methods in javax.faces.component.behavior with parameters of type BehaviorListener
protected  void BehaviorBase.addBehaviorListener(BehaviorListener listener)
          

Add the specified BehaviorListener to the set of listeners registered to receive event notifications from this Behavior.

protected  void BehaviorBase.addBehaviorListener(BehaviorListener listener)
          

Add the specified BehaviorListener to the set of listeners registered to receive event notifications from this Behavior.

protected  void BehaviorBase.removeBehaviorListener(BehaviorListener listener)
          

Remove the specified BehaviorListener from the set of listeners registered to receive event notifications from this Behavior.

protected  void BehaviorBase.removeBehaviorListener(BehaviorListener listener)
          

Remove the specified BehaviorListener from the set of listeners registered to receive event notifications from this Behavior.

 

Uses of BehaviorListener in javax.faces.event
 

Subinterfaces of BehaviorListener in javax.faces.event
 interface AjaxBehaviorListener
          

By implementing this class, an object indicates that it is a listener for one or more kinds of BehaviorEvents.

 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.