See: Description
Interface | Description |
---|---|
ActionListener |
A listener interface for receiving
ActionEvent s. |
FacesListener |
A generic base interface for event listeners for various types of
FacesEvent s. |
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.
|
ValueChangeListener |
A listener interface for receiving
ValueChangeEvent s. |
Class | Description |
---|---|
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
UIComponent s. |
MethodExpressionActionListener |
MethodExpressionActionListener is an
ActionListener that
wraps a MethodExpression . |
MethodExpressionValueChangeListener |
MethodExpressionValueChangeListener is a
ValueChangeListener that
wraps a MethodExpression . |
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 . |
PhaseId |
Typesafe enumeration of the legal values that may be returned by the
getPhaseId() method of the FacesEvent interface. |
ValueChangeEvent |
A
ValueChangeEvent is a notification that the local value of
the source component has been change as a result of user interface
activity. |
Exception | Description |
---|---|
AbortProcessingException |
An exception that may be thrown by event listeners to terminate the
processing of the current event.
|
Interfaces describing events and event listeners, and concrete event
implementation classes. All events extend from FacesEvent
and all listeners extend from FacesListener
.
For your convenience here is a UML class diagram of the classes in this package.
Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.