Remove a PropertyChangeListener for a specific property.
If
listener
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
propertyName
is null, no exception is thrown and no
action is taken.
If
listener
is null, or was never added for the specified
property, no exception is thrown and no action is taken.
Parameters:
-
propertyName - The name of the property that was listened on.
-
listener - The PropertyChangeListener to be removed