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 SummaryConstructors Constructor Description PropertyChangeProxyTargetBinding(Object proxyObject, String propertyName, PropertyChangeListener listener)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidupdateTargetValue(Object value)Deprecated.
 
- 
- 
- 
Constructor Detail- 
PropertyChangeProxyTargetBindingpublic PropertyChangeProxyTargetBinding(Object proxyObject, String propertyName, PropertyChangeListener listener) Deprecated.
 
- 
 - 
Method Detail- 
updateTargetValuepublic void updateTargetValue(Object value) Deprecated.- Specified by:
- updateTargetValuein interface- TargetBinding
 
 
- 
 
-