public class ActionListenerImpl extends Object implements javax.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(javax.faces.event.ActionEvent event)
Invoked when the action described by the specified
ActionEvent occurs. |
public void processAction(javax.faces.event.ActionEvent event)
javax.faces.event.ActionListener
Invoked when the action described by the specified
ActionEvent
occurs.
processAction
in interface javax.faces.event.ActionListener
event
- The ActionEvent
that has occurredCopyright © 2010–2021 JBoss by Red Hat. All rights reserved.