|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
java.lang.Objectjava.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 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。