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: 472558 $ $Date: 2006-11-08 18:36:53 +0100 (Mi, 08 Nov 2006) $
- Author:
- Thomas Spiegl (latest modification by $Author: grantsmith $)
- 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. All Rights Reserved.