| ActionListener | A listener interface for receiving ActionEvent s. |
code | html |
| FacesListener | A generic base interface for event listeners for various types of FacesEvent s. |
code | html |
| PhaseListener | An interface implemented by objects that wish to be notified at the beginning and ending of processing for each standard phase of the request processing lifecycle. |
code | html |
| ValueChangeListener | A listener interface for receiving ValueChangeEvent s. |
code | html |
| FacesEvent | FacesEvent is the base class for user interface and application events that can be fired by UIComponent s. |
code | html |
| AbortProcessingException | An exception that may be thrown by event listeners to terminate the processing of the current event. |
code | html |
| ActionEvent | An ActionEvent represents the activation of a user interface
component (such as a |
code | html |
| MethodExpressionActionListener | MethodExpressionActionListener is an ActionListener that wraps a MethodExpression . |
code | html |
| MethodExpressionValueChangeListener | MethodExpressionValueChangeListener is a ValueChangeListener that wraps a MethodExpression . |
code | html |
| PhaseEvent | PhaseEvent represents the beginning or ending of processing for a particular phase of the request processing lifecycle, for the request encapsulated by the specified FacesContext . |
code | html |
| PhaseId | Typesafe enumeration of the legal values that may be returned by the
|
code | html |
| ValueChangeEvent | A ValueChangeEvent is a notification that the local value of the source component has been change as a result of user interface activity. |
code | html |
Interfaces describing events and event listeners, and concrete event implementation classes. All events extend from javax.faces.event.FacesEvent and all listeners extend from javax.faces.event.FacesListener .
For your convenience here is a UML class diagram of the classes in this package.
