javax.faces.event
Interface ActionListener

All Superinterfaces:
EventListener, FacesListener
All Known Implementing Classes:
ActionListenerWrapper, MethodExpressionActionListener

public interface ActionListener
extends FacesListener

see Javadoc of JSF Specification


Field Summary
static String TO_FLOW_DOCUMENT_ID_ATTR_NAME
           
 
Method Summary
 void processAction(ActionEvent actionEvent)
           
 

Field Detail

TO_FLOW_DOCUMENT_ID_ATTR_NAME

static final String TO_FLOW_DOCUMENT_ID_ATTR_NAME
Since:
2.2
See Also:
Constant Field Values
Method Detail

processAction

void processAction(ActionEvent actionEvent)
                   throws AbortProcessingException
Throws:
AbortProcessingException


Copyright © 2014 The Apache Software Foundation. All rights reserved.