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: 512227 $ $Date: 2007-02-27 13:25:16 +0100 (Di, 27 Feb 2007) $
Author:
Thomas Spiegl (latest modification by $Author: mbr $)

Method Summary
 void processAction(ActionEvent actionEvent)
           
 

Method Detail

processAction

void processAction(ActionEvent actionEvent)
                   throws AbortProcessingException
Throws:
AbortProcessingException


Copyright © 2009 Apache Software Foundation. All Rights Reserved.