java.lang.Object
java.util.EventObject
javax.naming.ldap.UnsolicitedNotificationEvent
- All Implemented Interfaces:
- Serializable
- See Also:
- Source Code,
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)
public void dispatch(UnsolicitedNotificationListener listener)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public UnsolicitedNotification getNotification()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public UnsolicitedNotificationEvent(Object src,
UnsolicitedNotification notice)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples