org.codehaus.groovy.binding
Class PropertyChangeProxyTargetBinding

java.lang.Object
  extended by org.codehaus.groovy.binding.PropertyChangeProxyTargetBinding
All Implemented Interfaces:
TargetBinding

public class PropertyChangeProxyTargetBinding
extends Object
implements TargetBinding


Constructor Summary
PropertyChangeProxyTargetBinding(Object proxyObject, String propertyName, PropertyChangeListener listener)
           
 
Method Summary
 void updateTargetValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyChangeProxyTargetBinding

public PropertyChangeProxyTargetBinding(Object proxyObject,
                                        String propertyName,
                                        PropertyChangeListener listener)
Method Detail

updateTargetValue

public void updateTargetValue(Object value)
Specified by:
updateTargetValue in interface TargetBinding

Copyright © 2003-2010 The Codehaus. All rights reserved.