|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
java.lang.Objectjava.util.EventObject
java.beans.beancontext.BeanContextEvent
java.beans.beancontext.BeanContextServiceAvailableEvent
public class BeanContextServiceAvailableEvent
BeanContextServicesListener 使用此事件型別來標識將被註冊的服務。
| 欄位摘要 | |
|---|---|
protected Class |
serviceClass
新近可用服務的 Class 參考 |
| 從類別 java.beans.beancontext.BeanContextEvent 繼承的欄位 |
|---|
propagatedFrom |
| 從類別 java.util.EventObject 繼承的欄位 |
|---|
source |
| 建構子摘要 | |
|---|---|
BeanContextServiceAvailableEvent(BeanContextServices bcs,
Class sc)
建構一個 BeanContextAvailableServiceEvent。 |
|
| 方法摘要 | |
|---|---|
Iterator |
getCurrentServiceSelectors()
獲得與服務相關的選擇器列表。 |
Class |
getServiceClass()
獲得作為此通知主題的服務類別。 |
BeanContextServices |
getSourceAsBeanContextServices()
獲得作為 BeanContextServices 型別參考的源。 |
| 從類別 java.beans.beancontext.BeanContextEvent 繼承的方法 |
|---|
getBeanContext, getPropagatedFrom, isPropagated, setPropagatedFrom |
| 從類別 java.util.EventObject 繼承的方法 |
|---|
getSource, toString |
| 從類別 java.lang.Object 繼承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 欄位詳細資訊 |
|---|
protected Class serviceClass
Class 參考
| 建構子詳細資訊 |
|---|
public BeanContextServiceAvailableEvent(BeanContextServices bcs,
Class sc)
BeanContextAvailableServiceEvent。
bcs - 服務在其中變得可用的上下文sc - 新近可用服務的 Class 參考| 方法詳細資訊 |
|---|
public BeanContextServices getSourceAsBeanContextServices()
BeanContextServices 型別參考的源。
public Class getServiceClass()
Class 參考public Iterator getCurrentServiceSelectors()
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。