|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ActionListener | A listener interface for
receiving ActionEvent s. |
ComponentSystemEventListener | Implementors of this class do not need
an |
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. |
SystemEventListener | By implementing this class, an object
indicates that it is a listener for one or more kinds of |
SystemEventListenerHolder | Classes that implement this interface
agree to maintain a list of |
ValueChangeListener | A listener interface for receiving ValueChangeEvent s. |
ViewMapListener | Marker interface for |
Class Summary | |
---|---|
ActionEvent | An ActionEvent represents the activation of a user interface
component (such as a UICommand ). |
AfterAddToParentEvent | When an instance of this event is passed
to |
AfterAddToViewEvent | When an instance of this event is passed
to |
AfterRestoreStateEvent | When an instance of this event is passed
to |
ApplicationPostConstructEvent | This event must be published by the runtime after all configuration resources have been parsed and processed. |
ApplicationPreDestroyEvent | This event must be published by the
runtime before the factories associated with this |
BeforeRenderEvent | When an instance of this event is passed
to |
ComponentSystemEvent | ComponentSystemEvent is
the base class for SystemEvent s that are specific to a UIComponent instance. |
ExceptionEvent | The system event facility will create an
instance of this class whenever |
ExceptionEventContext | This helper class provides context to
the |
FacesEvent | FacesEvent is the base class for user interface and
application events that can be fired by UIComponent s. |
InitialStateEvent | When an instance of this event is passed
to |
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. |
SystemEvent | SystemEvent is the base class for non-application specific events that can be fired by arbitrary objects. |
ValueChangeEvent | A ValueChangeEvent is a notification that the local value of
the source component has been change as a result of user interface
activity. |
ViewMapCreatedEvent | This event must be published by a call to {javax.faces.application.Application#publishEvent} when the view map is first created. |
ViewMapDestroyedEvent | This event must be published by a call
to {javax.faces.application.Application#publishEvent} when the
|
Exception Summary | |
---|---|
AbortProcessingException | An exception that may be thrown by event listeners to terminate the processing of the current event. |
Annotation Types Summary | |
---|---|
ListenerFor | Classes tagged with this annotation are
installed as listeners using the method |
ListenersFor | Container annotation to specify multiple
|
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.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |