public class ActionListenerImpl extends Object implements 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.TO_FLOW_DOCUMENT_ID_ATTR_NAME
Constructor and Description |
---|
ActionListenerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
processAction(ActionEvent event)
Invoked when the action described by the specified
ActionEvent occurs. |
public void processAction(ActionEvent event)
ActionListener
Invoked when the action described by the specified
ActionEvent
occurs.
processAction
in interface ActionListener
event
- The ActionEvent
that has occurredComments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.