public class ActionListenerProxy extends Object implements javax.faces.event.ActionListener
Constructor and Description |
---|
ActionListenerProxy(String scriptName,
javax.faces.event.ActionListener alDelegate) |
Modifier and Type | Method and Description |
---|---|
void |
processAction(javax.faces.event.ActionEvent event)
Invoked when the action described by the specified
ActionEvent occurs. |
public ActionListenerProxy(String scriptName, javax.faces.event.ActionListener alDelegate)
public void processAction(javax.faces.event.ActionEvent event) throws javax.faces.event.AbortProcessingException
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 occurredjavax.faces.event.AbortProcessingException
- Signal the JavaServer Faces
implementation that no further processing on the current event
should be performedCopyright © 2010–2019 JBoss by Red Hat. All rights reserved.