Java java.beans PropertyChangeListenerProxy fields, constructors, methods, implement or subclass

Example usage for Java java.beans PropertyChangeListenerProxy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.beans PropertyChangeListenerProxy.

The text is from its open source code.

Constructor

PropertyChangeListenerProxy(String propertyName, PropertyChangeListener listener)
Constructor which binds the PropertyChangeListener to a specific property.

Method

StringgetPropertyName()
Returns the name of the named property associated with the listener.