javax.faces.event
Interface ActionListener

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

public interface ActionListener
extends FacesListener

see Javadoc of JSF Specification

Version:
$Revision: 676298 $ $Date: 2008-07-13 05:31:48 -0500 (Sun, 13 Jul 2008) $
Author:
Thomas Spiegl (latest modification by $Author: skitching $)

Method Summary
 void processAction(ActionEvent actionEvent)
           
 

Method Detail

processAction

void processAction(ActionEvent actionEvent)
                   throws AbortProcessingException
Throws:
AbortProcessingException


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