javax.faces.event
Interface ValueChangeListener

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

public interface ValueChangeListener
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 processValueChange(ValueChangeEvent event)
           
 

Method Detail

processValueChange

void processValueChange(ValueChangeEvent event)
                        throws AbortProcessingException
Throws:
AbortProcessingException


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