public class ActionListenerImpl extends Object implements jakarta.faces.event.ActionListener
immediate property of the
ActionSource that queued this event. It invokes the specified application action method, and uses the logical
outcome value to invoke the default navigation handler mechanism to determine which view should be displayed next.
| Constructor and Description |
|---|
ActionListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
processAction(jakarta.faces.event.ActionEvent event)
Invoked when the action described by the specified
ActionEvent occurs. |
public void processAction(jakarta.faces.event.ActionEvent event)
jakarta.faces.event.ActionListener
Invoked when the action described by the specified ActionEvent occurs.
processAction in interface jakarta.faces.event.ActionListenerevent - The ActionEvent that has occurredCopyright © 2010–2022 JBoss by Red Hat. All rights reserved.