javax.faces.event
Interface ValueChangeListener

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

public interface ValueChangeListener
extends FacesListener

see Javadoc of JSF Specification


Method Summary
 void processValueChange(ValueChangeEvent event)
           
 

Method Detail

processValueChange

void processValueChange(ValueChangeEvent event)
                        throws AbortProcessingException
Throws:
AbortProcessingException


Copyright © 2014 The Apache Software Foundation. All rights reserved.