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 SummaryConstructors Constructor Description PropertyChangeProxyTargetBinding(Object proxyObject, String propertyName, PropertyChangeListener listener)
 
- 
- 
- 
Constructor Detail- 
PropertyChangeProxyTargetBindingpublic PropertyChangeProxyTargetBinding(Object proxyObject, String propertyName, PropertyChangeListener listener) 
 
- 
 - 
Method Detail- 
updateTargetValuepublic void updateTargetValue(Object value) - Specified by:
- updateTargetValuein interface- TargetBinding
 
 
- 
 
-