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 Summary

    Constructors
    Constructor Description
    PropertyChangeProxyTargetBinding​(java.lang.Object proxyObject, java.lang.String propertyName, java.beans.PropertyChangeListener listener)
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    void updateTargetValue​(java.lang.Object value)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PropertyChangeProxyTargetBinding

      public PropertyChangeProxyTargetBinding​(java.lang.Object proxyObject, java.lang.String propertyName, java.beans.PropertyChangeListener listener)
      Deprecated.
  • Method Details

    • updateTargetValue

      public void updateTargetValue​(java.lang.Object value)
      Deprecated.
      Specified by:
      updateTargetValue in interface TargetBinding