JavaTM 2 Platform
Standard Ed. 6

介面 java.beans.beancontext.BeanContextMembershipListener
的使用

使用 BeanContextMembershipListener 的軟體套件
java.beans.beancontext 提供與 bean 上下文有關的類別和介面。 
 

java.beans.beancontextBeanContextMembershipListener 的使用
 

返回 BeanContextMembershipListenerjava.beans.beancontext 中的方法
protected static BeanContextMembershipListener BeanContextSupport.getChildBeanContextMembershipListener(Object child)
          與指定 Child 相關聯的 BeanContextMembershipListener(如果有)。
 

參數型別為 BeanContextMembershipListenerjava.beans.beancontext 中的方法
 void BeanContext.addBeanContextMembershipListener(BeanContextMembershipListener bcml)
          添加指定的 BeanContextMembershipListener,以便無論何時添加或移除一個子 Component,都可以接收來自此 BeanContextBeanContextMembershipEvents
 void BeanContextSupport.addBeanContextMembershipListener(BeanContextMembershipListener bcml)
          添加一個 BeanContextMembershipListener。
 void BeanContext.removeBeanContextMembershipListener(BeanContextMembershipListener bcml)
          移除指定的 BeanContextMembershipListener,以便在添加或移除子 Component 時不再接收 BeanContextMembershipEvent
 void BeanContextSupport.removeBeanContextMembershipListener(BeanContextMembershipListener bcml)
          移除一個 BeanContextMembershipListener。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only