javax.naming.ldap
Class UnsolicitedNotificationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.naming.ldap.UnsolicitedNotificationEvent
All Implemented Interfaces:
Serializable

public class UnsolicitedNotificationEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UnsolicitedNotificationEvent(Object src, UnsolicitedNotification notice)
           
 
Method Summary
 void dispatch(UnsolicitedNotificationListener listener)
           
 UnsolicitedNotification getNotification()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsolicitedNotificationEvent

public UnsolicitedNotificationEvent(Object src,
                                    UnsolicitedNotification notice)
Method Detail

getNotification

public UnsolicitedNotification getNotification()

dispatch

public void dispatch(UnsolicitedNotificationListener listener)