|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.util.EventObject java.beans.beancontext.BeanContextEvent
public abstract class BeanContextEvent
BeanContextEvent
是所有從 BeanContext
發出並與其語義有關事件的抽象根事件類別。此類別引入某種機制來允許 BeanContextEvent
子類別通過 BeanContext
的層次結構進行傳播。setPropagatedFrom()
和 getPropagatedFrom()
方法允許 BeanContext
將自身標識為傳播事件的源。
BeanContext
,
序列化表格欄位摘要 | |
---|---|
protected BeanContext |
propagatedFrom
作為此事件傳播源的 BeanContext |
從類別 java.util.EventObject 繼承的欄位 |
---|
source |
建構子摘要 | |
---|---|
protected |
BeanContextEvent(BeanContext bc)
建構一個 BeanContextEvent |
方法摘要 | |
---|---|
BeanContext |
getBeanContext()
獲得與此事件相關聯的 BeanContext 。 |
BeanContext |
getPropagatedFrom()
獲得作為此事件傳播源的 BeanContext 。 |
boolean |
isPropagated()
報告此事件是否傳播自某些其他 BeanContext 。 |
void |
setPropagatedFrom(BeanContext bc)
設置作為此事件傳播源的 BeanContext 。 |
從類別 java.util.EventObject 繼承的方法 |
---|
getSource, toString |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
欄位詳細資訊 |
---|
protected BeanContext propagatedFrom
BeanContext
建構子詳細資訊 |
---|
protected BeanContextEvent(BeanContext bc)
bc
- BeanContext 源方法詳細資訊 |
---|
public BeanContext getBeanContext()
BeanContext
。
BeanContext
。public void setPropagatedFrom(BeanContext bc)
BeanContext
。
bc
- 作為此事件傳播源的 BeanContext
public BeanContext getPropagatedFrom()
BeanContext
。
BeanContext
public boolean isPropagated()
BeanContext
。
true
,否則返回 false
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。