Package com.ibm.xsp.event

Event classes.

See:
          Description

Interface Summary
FacesContextListener This interface defines an event listener to handle notifications about the current FacesContext.
 

Class Summary
ActionListenerImpl The xp:actionListener tag acts as a factory and wrapper for ActionListener's, creating an instance of the class specified in the type attribute and delegating to it.
ClientEventHandler The xp:handler tag, which registers its defined event with its parent control, with respect to the script language being used in the event and the platform its running on.
IndexedFacesEvent Used to ensure that the correct row of data is available when an event action is invoked, for events that originate from descendants of a UIDataIterator control.
PagerEvent Specifies pager events fired by UIPager.
ValueChangeListenerImpl The xp:valueChangeListener tag, which acts as a factory and wrapper for ValueChangeListeners, creating an instance of the class specified in the type attribute and delegating to it.
 

Package com.ibm.xsp.event Description

Event classes.