A listener interface for receiving ValueChangeEvent
s. A class that is interested in receiving such events
implements this interface, and then registers itself with the source UIComponent
of interest, by calling
addValueChangeListener()
.
Modifier and Type | Method and Description |
---|---|
public void | processValueChange(ValueChangeEvent
The event)ValueChangeEvent that has occurred
Invoked when the value change described by the specified |
processValueChange | back to summary |
---|---|
public void processValueChange(ValueChangeEvent event) throws AbortProcessingException
Invoked when the value change described by the specified
|