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
- Version:
- $Revision: 225333 $ $Date: 2005-07-26 17:49:19 +0200 (Tue, 26 Jul 2005) $
- Author:
- Thomas Spiegl (latest modification by $Author: bdudney $)
- 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