Package org.apache.groovy.swing.binding
Class PropertyChangeProxyTargetBinding
java.lang.Object
org.apache.groovy.swing.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) - 
Method Summary
Modifier and Type Method Description voidupdateTargetValue(Object value) 
- 
Constructor Details
- 
PropertyChangeProxyTargetBinding
public PropertyChangeProxyTargetBinding(Object proxyObject, String propertyName, PropertyChangeListener listener) 
 - 
 - 
Method Details
- 
updateTargetValue
- Specified by:
 updateTargetValuein interfaceTargetBinding
 
 -