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

Method Summary
 void processValueChange(ValueChangeEvent event)
           
 

Method Detail

processValueChange

void processValueChange(ValueChangeEvent event)
                        throws AbortProcessingException
Throws:
AbortProcessingException


Copyright © 2010 Apache Software Foundation. All Rights Reserved.