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.
@param listener The VetoableChangeListener to be removed
VetoableChangeListener
from this BeanContextChild
so that it no longer receives events when the specified property changes.
@param name the name of the property that was listened on.
@param vcl the VetoableChangeListener
to remove.
VetoableChangeListener
. 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 vcl
is null, or was never added for the specified property, no exception is thrown and no action is taken.
@param name The name of the property that was listened on
@param vcl The VetoableChangeListener
to be removed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|