javax.faces.event
Interface ValueChangeListener

All Superinterfaces:
java.util.EventListener, FacesListener

public interface ValueChangeListener
extends FacesListener

see Javadoc of JSF Specification

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

Method Summary
 void processValueChange(ValueChangeEvent event)
           
 

Method Detail

processValueChange

public void processValueChange(ValueChangeEvent event)
                        throws AbortProcessingException
Throws:
AbortProcessingException


Copyright 2006 Apache Software Foundation. All Rights Reserved.