Example usage for Java java.beans PropertyChangeListenerProxy fields, constructors, methods, implement or subclass
The text is from its open source code.
PropertyChangeListenerProxy(String propertyName, PropertyChangeListener listener) Constructor which binds the PropertyChangeListener to a specific property. |
String | getPropertyName() Returns the name of the named property associated with the listener. |