com.sun.faces.taglib.jsf_core
private static class ValueChangeListenerTag.BindingValueChangeListener extends java.lang.Object implements javax.faces.event.ValueChangeListener, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private javax.el.ValueExpression |
binding |
private javax.el.ValueExpression |
type |
Constructor and Description |
---|
ValueChangeListenerTag.BindingValueChangeListener(javax.el.ValueExpression type,
javax.el.ValueExpression binding) |
Modifier and Type | Method and Description |
---|---|
void |
processValueChange(javax.faces.event.ValueChangeEvent event)
Invoked when the value change described by the specified
ValueChangeEvent occurs. |
private javax.el.ValueExpression type
private javax.el.ValueExpression binding
public ValueChangeListenerTag.BindingValueChangeListener(javax.el.ValueExpression type, javax.el.ValueExpression binding)
public void processValueChange(javax.faces.event.ValueChangeEvent event) throws javax.faces.event.AbortProcessingException
Invoked when the value change described by the specified
ValueChangeEvent
occurs.
processValueChange
in interface javax.faces.event.ValueChangeListener
event
- The ValueChangeEvent
that has occurredjavax.faces.event.AbortProcessingException
- Signal the JavaServer Faces
implementation that no further processing on the current event
should be performedCopyright © 2002-2010 Oracle America, Inc. All Rights Reserved.