©
本文档使用
php.cn手册 发布
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.util.EventObject javax.naming.ldap.UnsolicitedNotificationEvent
public class UnsolicitedNotificationEvent
此类表示为响应 LDAP 服务器发送的未经请求的通知而触发的事件。
UnsolicitedNotification
,
UnsolicitedNotificationListener
,
EventContext.addNamingListener(javax.naming.Name, int, javax.naming.event.NamingListener)
,
EventDirContext.addNamingListener(javax.naming.Name, java.lang.String, javax.naming.directory.SearchControls, javax.naming.event.NamingListener)
,
EventContext.removeNamingListener(javax.naming.event.NamingListener)
,
序列化表格字段摘要 |
---|
从类 java.util.EventObject 继承的字段 |
---|
source |
构造方法摘要 | |
---|---|
UnsolicitedNotificationEvent(Object src,
UnsolicitedNotification notice)
构造一个新的 UnsolicitedNotificationEvent 实例。 |
方法摘要 | |
---|---|
void |
dispatch(UnsolicitedNotificationListener listener)
使用此事件对侦听器调用 notificationReceived() 方法。 |
UnsolicitedNotification |
getNotification()
返回未经请求的通知。 |
从类 java.util.EventObject 继承的方法 |
---|
getSource, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public UnsolicitedNotificationEvent(Object src, UnsolicitedNotification notice)
src
- 触发事件的非 null 源。notice
- 未经请求的非 null 通知。方法详细信息 |
---|
public UnsolicitedNotification getNotification()
public void dispatch(UnsolicitedNotificationListener listener)
listener
- 要调用 notificationReceived 方法的非 null 侦听器。
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。