javax.faces.event
Interface ValueChangeListener

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

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

Method Detail

processValueChange

void processValueChange(ValueChangeEvent event)
                        throws AbortProcessingException
Throws:
AbortProcessingException


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