javax.faces.event
Class ValueChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by javax.faces.event.ValueChangeEvent
All Implemented Interfaces:
Serializable

public class ValueChangeEvent
extends FacesEvent

see Javadoc of JSF Specification

Version:
$Revision: 676298 $ $Date: 2008-07-13 05:31:48 -0500 (Sun, 13 Jul 2008) $
Author:
Thomas Spiegl (latest modification by $Author: skitching $)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ValueChangeEvent(UIComponent uiComponent, Object oldValue, Object newValue)
           
 
Method Summary
 Object getNewValue()
           
 Object getOldValue()
           
 boolean isAppropriateListener(FacesListener facesListeners)
           
 void processListener(FacesListener facesListeners)
           
 
Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId
 
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
 

Constructor Detail

ValueChangeEvent

public ValueChangeEvent(UIComponent uiComponent,
                        Object oldValue,
                        Object newValue)
Method Detail

getNewValue

public Object getNewValue()

getOldValue

public 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 © 2012 The Apache Software Foundation. All Rights Reserved.