This class represents an event fired in response to an unsolicited notification sent by the LDAP server.
This class represents an event fired in response to an unsolicited notification sent by the LDAP server.
(->unsolicited-notification-event src notice)
Constructor.
Constructs a new instance of UnsolicitedNotificationEvent.
src - The non-null source that fired the event. - java.lang.Object
notice - The non-null unsolicited notification. - javax.naming.ldap.UnsolicitedNotification
Constructor. Constructs a new instance of UnsolicitedNotificationEvent. src - The non-null source that fired the event. - `java.lang.Object` notice - The non-null unsolicited notification. - `javax.naming.ldap.UnsolicitedNotification`
(dispatch this listener)
Invokes the notificationReceived() method on a listener using this event.
listener - The non-null listener on which to invoke notificationReceived. - javax.naming.ldap.UnsolicitedNotificationListener
Invokes the notificationReceived() method on a listener using this event. listener - The non-null listener on which to invoke notificationReceived. - `javax.naming.ldap.UnsolicitedNotificationListener`
(get-notification this)
Returns the unsolicited notification.
returns: The non-null unsolicited notification that caused this
event to be fired. - javax.naming.ldap.UnsolicitedNotification
Returns the unsolicited notification. returns: The non-null unsolicited notification that caused this event to be fired. - `javax.naming.ldap.UnsolicitedNotification`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |