javax.faces.event
Class ValueChangeEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ValueChangeEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ValueChangeEvent
- extends FacesEvent
see Javadoc of JSF Specification
- Version:
- $Revision: 701829 $ $Date: 2008-10-05 12:06:02 -0500 (Sun, 05 Oct 2008) $
- Author:
- Thomas Spiegl (latest modification by $Author: slessard $)
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ValueChangeEvent
public ValueChangeEvent(UIComponent uiComponent,
java.lang.Object oldValue,
java.lang.Object newValue)
getNewValue
public java.lang.Object getNewValue()
getOldValue
public java.lang.Object getOldValue()
isAppropriateListener
public boolean isAppropriateListener(FacesListener facesListeners)
- Specified by:
isAppropriateListener
in class FacesEvent
processListener
public void processListener(FacesListener facesListeners)
- Specified by:
processListener
in class FacesEvent
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.