[Java] Class PropertyChangeProxyTargetBinding

  • org.apache.groovy.swing.binding.PropertyChangeProxyTargetBinding
All Implemented Interfaces and Traits:
TargetBinding
public class PropertyChangeProxyTargetBinding

Constructor Summary

Constructors
Constructor and description
PropertyChangeProxyTargetBinding (Object proxyObject, String propertyName, PropertyChangeListener listener)

Methods Summary

Methods
Type Params Return Type Name and description
public void updateTargetValue(Object value)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Constructor Detail

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

Method Detail

public void updateTargetValue(Object value)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/swing/binding/PropertyChangeProxyTargetBinding.html