Remove a PropertyChangeListener for a specific property.
If
pcl
was added more than once to the same event
source for the specified property, it will be notified one less time
after being removed.
If
name
is null, no exception is thrown
and no action is taken.
If
pcl
is null, or was never added for the specified
property, no exception is thrown and no action is taken.
Parameters:
-
name - The name of the property that was listened on
-
pcl - The PropertyChangeListener to be removed