软件包 | 描述 |
---|---|
java.beans.beancontext |
提供有关豆上下文的类和接口。
|
Modifier and Type | Method and Description |
---|---|
protected static BeanContextMembershipListener |
BeanContextSupport.getChildBeanContextMembershipListener(Object child)
得到beancontextmembershiplistener(如果有)指定的孩子
|
Modifier and Type | Method and Description |
---|---|
void |
BeanContext.addBeanContextMembershipListener(BeanContextMembershipListener bcml)
添加指定的
BeanContextMembershipListener 从这
BeanContext 收到
BeanContextMembershipEvents 每次添加或删除一个孩子
Component (S)。
|
void |
BeanContextSupport.addBeanContextMembershipListener(BeanContextMembershipListener bcml)
增加了一个beancontextmembershiplistener
|
void |
BeanContext.removeBeanContextMembershipListener(BeanContextMembershipListener bcml)
移除指定的
BeanContextMembershipListener 使它不再接收
BeanContextMembershipEvent s当孩子
Component (S)添加或删除。
|
void |
BeanContextSupport.removeBeanContextMembershipListener(BeanContextMembershipListener bcml)
删除一个beancontextmembershiplistener
|
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.