Class ValueChangeEvent

java.lang.Object
java.util.EventObject
jakarta.faces.event.FacesEvent
jakarta.faces.event.ValueChangeEvent
All Implemented Interfaces:
Serializable

public class ValueChangeEvent extends FacesEvent

A ValueChangeEvent is a notification that the local value of the source component has been change as a result of user interface activity. It is not fired unless validation of the new value was completed successfully.

See Also: