Package org.codehaus.groovy.binding
Class PropertyChangeProxyTargetBinding
- java.lang.Object
-
- org.codehaus.groovy.binding.PropertyChangeProxyTargetBinding
-
- All Implemented Interfaces:
TargetBinding
public class PropertyChangeProxyTargetBinding extends Object implements TargetBinding
-
-
Constructor Summary
Constructors Constructor Description PropertyChangeProxyTargetBinding(Object proxyObject, String propertyName, PropertyChangeListener listener)
-
-
-
Constructor Detail
-
PropertyChangeProxyTargetBinding
public PropertyChangeProxyTargetBinding(Object proxyObject, String propertyName, PropertyChangeListener listener)
-
-
Method Detail
-
updateTargetValue
public void updateTargetValue(Object value)
- Specified by:
updateTargetValue
in interfaceTargetBinding
-
-