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