Generated by
JDiff

Interface java.beans.beancontext.BeanContextChild

Documentation changed from old to new.

Changed Methods
void addPropertyChangeListener(String, PropertyChangeListener) Documentation changed from old to new.
Adds a PropertyChangeListener to this BeanContextChild in order to receive a PropertyChangeEvent whenever the specified property has changed.
void addVetoableChangeListener(String, VetoableChangeListener) Documentation changed from old to new.
Adds a VetoableChangeListener to this BeanContextChild to receive events whenever the specified property changes.
BeanContext getBeanContext() Documentation changed from old to new.
Gets the BeanContext associated with this BeanContextChild.
void removePropertyChangeListener(String, PropertyChangeListener) Documentation changed from old to new.
Removes a PropertyChangeListener from this BeanContextChild so that it no longer receives PropertyChangeEvents when the specified property is changed.
void removeVetoableChangeListener(String, VetoableChangeListener) Documentation changed from old to new.
Removes a VetoableChangeListener from this BeanContextChild so that it no longer receives events when the specified property changes.
void setBeanContext(BeanContext) Documentation changed from old to new.

Objects that implement this interface shall fire a java.beans.PropertyChangeEvent with parameters: propertyName "beanContext" oldValue (the previous nesting BeanContext instance or null) newValue (the current nesting BeanContext instance or null).