Package javax.faces.event

Interfaces describing events and event listeners, and concrete event implementation classes.

See:
          Description

Interface Summary
ActionListener A listener interface for receiving ActionEvents.
FacesListener A generic base interface for event listeners for various types of FacesEvents.
ValueChangedListener A listener interface for receiving ValueChangedEvents.
 

Class Summary
ActionEvent An ActionEvent represents the activation of a user interface component (such as a UICommand).
FacesEvent FacesEvent is the base class for user interface and application events that can be fired by UIComponents.
PhaseId Typesafe enumeration of the legal values that may be returned by the getPhaseId() method of the FacesListener interface.
ValueChangedEvent A ValueChangedEvent is a notification that the local value of the source component has been changed as a result of user interface activity.
 

Exception Summary
AbortProcessingException An exception that may be thrown by event listeners to terminate the processing of the current event.
 

Package javax.faces.event Description

Interfaces describing events and event listeners, and concrete event implementation classes.