API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.naming.ldap. UnsolicitedNotificationEvent View Source
Author(s)
Rosanna Lee
Scott Seligman
Vincent Ryan
Since
1.3
Version
1.9 05/11/17
Serial
Hierarchy
 Object
      EventObject
          UnsolicitedNotificationEvent
Implements
Subclasses
Description
public class UnsolicitedNotificationEvent
  This class represents an event fired in response to an unsolicited notification sent by the LDAP server.
Constructors
public UnsolicitedNotificationEvent (Object src, UnsolicitedNotification notice)
  Constructs a new instance of UnsolicitedNotificationEvent.
Methods
Hide/Show inherited methods
public void dispatch (UnsolicitedNotificationListener listener)
  Invokes the notificationReceived() method on a listener using this event.
public UnsolicitedNotification getNotification ()
  Returns the unsolicited notification.
public Object getSource () [Inherited From EventObject]
  The object on which the Event initially occurred.
public String toString () [Inherited From EventObject]
  Returns a String representation of this EventObject.
Fields
Hide/Show inherited fields
protectedtransient Object source [Inherited From EventObject]
The object on which the Event initially occurred.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar