Package org.codehaus.groovy.binding
Class PropertyChangeProxyTargetBinding
java.lang.Object
org.codehaus.groovy.binding.PropertyChangeProxyTargetBinding
- All Implemented Interfaces:
- TargetBinding
@Deprecated public class PropertyChangeProxyTargetBinding extends java.lang.Object implements TargetBinding
Deprecated.
- 
Constructor SummaryConstructors Constructor Description PropertyChangeProxyTargetBinding(java.lang.Object proxyObject, java.lang.String propertyName, java.beans.PropertyChangeListener listener)Deprecated.
- 
Method SummaryModifier and Type Method Description voidupdateTargetValue(java.lang.Object value)Deprecated.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
PropertyChangeProxyTargetBindingpublic PropertyChangeProxyTargetBinding(java.lang.Object proxyObject, java.lang.String propertyName, java.beans.PropertyChangeListener listener)Deprecated.
 
- 
- 
Method Details- 
updateTargetValuepublic void updateTargetValue(java.lang.Object value)Deprecated.- Specified by:
- updateTargetValuein interface- TargetBinding
 
 
-