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.