javax.faces.event
Interface ActionListener

All Superinterfaces:
java.util.EventListener, FacesListener

public interface ActionListener
extends FacesListener

see Javadoc of JSF Specification

Version:
$Revision: 358099 $ $Date: 2005-12-20 13:40:00 -0700 (Tue, 20 Dec 2005) $
Author:
Thomas Spiegl (latest modification by $Author: matzew $)

Method Summary
 void processAction(ActionEvent actionEvent)
           
 

Method Detail

processAction

void processAction(ActionEvent actionEvent)
                   throws AbortProcessingException
Throws:
AbortProcessingException


Copyright © 2006 Apache Software Foundation. All Rights Reserved.