remove Property Change Listener
Remove a PropertyChangeListener from the listener list. This removes a PropertyChangeListener that was registered for all properties. If listener
was added more than once to the same event source, it will be notified one less time after being removed. If listener
is null, or was never added, no exception is thrown and no action is taken.
Parameters
listener
The PropertyChangeListener to be removed
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.
Since
1.2
Parameters
property Name
The name of the property that was listened on.
listener
The PropertyChangeListener to be removed