| |
|
| java.lang.Object java.util.EventObject javax.naming.ldap.UnsolicitedNotificationEvent
UnsolicitedNotificationEvent | public class UnsolicitedNotificationEvent extends EventObject (Code) | | This event is fired when an LDAP server sends an unsolicited notification.
(See RFC2251).
|
serialVersionUID | final static long serialVersionUID(Code) | | |
UnsolicitedNotificationEvent | public UnsolicitedNotificationEvent(Object o, UnsolicitedNotification un)(Code) | | Constructs an UnsolicitedNotificationEvent instance using
the supplied UnsolicitedNotification instance.
Parameters: o - the source of the event which cannot be null Parameters: un - the UnsolicitedNotification instance whichcannot be null |
dispatch | public void dispatch(UnsolicitedNotificationListener unl)(Code) | | Uses this event to trigger a notification received on the supplied
listener.
Parameters: unl - the listener to dispatch this event to. It cannot be null. |
getNotification | public UnsolicitedNotification getNotification()(Code) | | Returns the UnsolicitedNotification instance associated
with this event.
the UnsolicitedNotification instance associatedwith this event |
|
|
|