[Java] Class PropertyChangeProxyTargetBinding
- org.apache.groovy.swing.binding.PropertyChangeProxyTargetBinding
- All Implemented Interfaces and Traits:
- TargetBinding
public class PropertyChangeProxyTargetBinding
Constructor Summary
Constructor and description |
---|
PropertyChangeProxyTargetBinding
(Object proxyObject, String propertyName, PropertyChangeListener listener) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public void |
updateTargetValue(Object value) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail
public PropertyChangeProxyTargetBinding(Object proxyObject, String propertyName, PropertyChangeListener listener)
Method Detail
public void updateTargetValue(Object value)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/swing/binding/PropertyChangeProxyTargetBinding.html