public class PropertyChangeProxyTargetBinding
extends Object
implements TargetBinding
Adapts a PropertyChangeListener so it can be used as a TargetBinding.
| Constructor and description |
|---|
PropertyChangeProxyTargetBinding(Object proxyObject, String propertyName, PropertyChangeListener listener)Creates a proxy target binding that synthesizes property change events. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
updateTargetValue(Object value)Forwards a synthetic property-change event containing the supplied target value. |
Creates a proxy target binding that synthesizes property change events.
proxyObject - the object to report as the event sourcepropertyName - the property name to reportlistener - the listener to notifyForwards a synthetic property-change event containing the supplied target value.
value - the new property value to reportCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.