软件包 | 描述 |
---|---|
java.beans.beancontext |
提供有关豆上下文的类和接口。
|
Modifier and Type | Class and Description |
---|---|
protected class |
BeanContextServicesSupport.BCSSChild |
Modifier and Type | Method and Description |
---|---|
protected BeanContextSupport.BCSChild |
BeanContextSupport.createBCSChild(Object targetChild, Object peer)
子类可以重写此方法以插入自己的子类的孩子无需重写()或其他的收集方法,增加孩子的设置。
|
protected BeanContextSupport.BCSChild |
BeanContextServicesSupport.createBCSChild(Object targetChild, Object peer)
子类可以重写此方法以插入自己的子类的孩子无需重写()或其他的收集方法,增加孩子的设置。
|
Modifier and Type | Method and Description |
---|---|
protected void |
BeanContextSupport.childDeserializedHook(Object child, BeanContextSupport.BCSChild bcsc)
所谓的readObject与新反序列化的孩子和bcschild。
|
protected void |
BeanContextSupport.childJustAddedHook(Object child, BeanContextSupport.BCSChild bcsc)
子类可以重写此方法以简单的扩展()语义之后孩子已添加和之前已经发生的事件通知。
|
protected void |
BeanContextSupport.childJustRemovedHook(Object child, BeanContextSupport.BCSChild bcsc)
子类可以重写此方法以简单的扩展remove()语义之后孩子已被删除,之前已经发生的事件通知。
|
protected void |
BeanContextServicesSupport.childJustRemovedHook(Object child, BeanContextSupport.BCSChild bcsc)
“从超类孩子去除手术后孩子已成功删除。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.