Name

ActionEvent

Synopsis

An instance of this class signals that the user activated a component, e.g., a UICommand component.

Synopsis

Class name:

javax.faces.event.ActionEvent

Extends:

javax.faces.event.FacesEvent

Implements:

java.io.Serializable

Constructors

public ActionEvent(javax.faces.component.UIComponent component)

Creates an instance for the specified source component.

Methods

public boolean isAppropriateListener(javax.faces.event.FacesListener listener)

Returns true if the listener is an ActionListener.

public void processListener(javax.faces.event.FacesListener listener)

Calls the listener’s processAction( ) method.

Get JavaServer Faces now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.