Home » mojarra-1.2_09-b02-FCS-source » javax » faces » event »

javax.faces.event

Interfaces:

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

Abstract Classes:

FacesEvent  

FacesEvent is the base class for user interface and application events that can be fired by UIComponent s. 

code | html

Classes:

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 UICommand).

 
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 getPhaseId() method of the FacesEvent interface. 

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