|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.beans.beancontext
类 BeanContextServiceAvailableEvent
java.lang.Object java.util.EventObject java.beans.beancontext.BeanContextEvent java.beans.beancontext.BeanContextServiceAvailableEvent
- 所有已实现的接口:
- Serializable
-
public class BeanContextServiceAvailableEvent
- extends BeanContextEvent
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 |
字段详细信息 |
---|
serviceClass
protected Class serviceClass
-
新近可用服务的
Class
引用
构造方法详细信息 |
---|
BeanContextServiceAvailableEvent
public BeanContextServiceAvailableEvent(BeanContextServices bcs, Class sc)
-
构造一个
BeanContextAvailableServiceEvent
。- 参数:
-
bcs
- 服务在其中变得可用的上下文 -
sc
- 新近可用服务的Class
引用
方法详细信息 |
---|
getSourceAsBeanContextServices
public BeanContextServices getSourceAsBeanContextServices()
-
获得作为
BeanContextServices
类型的引用的源。 -
- 返回:
- 服务在其中已变得可用的上下文
getServiceClass
public Class getServiceClass()
- 获得作为此通知主题的服务类。
-
- 返回:
-
新近可用服务的
Class
引用
getCurrentServiceSelectors
public Iterator getCurrentServiceSelectors()
- 获得与服务相关的选择器列表。
-
- 返回:
- 可从该服务中得到的当前选择器
所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |