A class which extends the EventListenerProxy specifically
for adding a named PropertyChangeListener.
A class which extends the EventListenerProxy specifically
for adding a named PropertyChangeListener. Instances of
this class can be added as PropertyChangeListener to
an object.
If the object has a getPropertyChangeListeners()
method then the array returned could be a mixture of
PropertyChangeListener and
PropertyChangeListenerProxy objects.
Constructor which binds the PropertyChangeListener to a specific
property.
Constructor which binds the PropertyChangeListener to a specific property.
Parameters: - listener - The listener object
- propertyName - The name of the property to listen on.