Liking cljdoc? Tell your friends :D

javax.naming.ldap.UnsolicitedNotificationEvent

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.
raw docstring

->unsolicited-notification-eventclj

(->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`
raw docstring

dispatchclj

(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`
raw docstring

get-notificationclj

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close