javax.faces.event
Interface ActionListener

All Superinterfaces:
java.util.EventListener, FacesListener
All Known Implementing Classes:
MethodExpressionActionListener

public interface ActionListener
extends FacesListener

see Javadoc of JSF Specification

Version:
$Revision: 698768 $ $Date: 2008-09-24 18:03:43 -0500 (Wed, 24 Sep 2008) $
Author:
Thomas Spiegl (latest modification by $Author: slessard $)

Method Summary
 void processAction(ActionEvent actionEvent)
           
 

Method Detail

processAction

void processAction(ActionEvent actionEvent)
                   throws AbortProcessingException
Throws:
AbortProcessingException


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.