| Package | Description |
|---|---|
| java.beans.beancontext |
Provides classes and interfaces relating to bean context.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
BeanContextServicesSupport
|
| Modifier and Type | Method and Description |
|---|---|
protected BeanContextSupport |
BeanContextServicesSupport.createBCSChild(Object
Subclasses can override this method to insert their own subclass of Child without having to override add() or the other Collection methods that add children to the set.
|
protected BeanContextSupport |
BeanContextSupport.createBCSChild(Object
Subclasses can override this method to insert their own subclass of Child without having to override add() or the other Collection methods that add children to the set.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanContextSupport.childDeserializedHook(Object
Called by readObject with the newly deserialized child and BCSChild.
|
protected void |
BeanContextSupport.childJustAddedHook(Object
subclasses may override this method to simply extend add() semantics after the child has been added and before the event notification has occurred.
|
protected void |
BeanContextServicesSupport.childJustRemovedHook(Object
called from superclass child removal operations after a child has been successfully removed.
|
protected void |
BeanContextSupport.childJustRemovedHook(Object
subclasses may override this method to simply extend remove() semantics after the child has been removed and before the event notification has occurred.
|