Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.naming.ldap
Class UnsolicitedNotificationEvent  view UnsolicitedNotificationEvent download UnsolicitedNotificationEvent.java

java.lang.Object
  extended byjava.util.EventObject
      extended byjavax.naming.ldap.UnsolicitedNotificationEvent
All Implemented Interfaces:
java.io.Serializable

public class UnsolicitedNotificationEvent
extends java.util.EventObject


Field Summary
private  UnsolicitedNotification notice
           
private static long serialVersionUID
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UnsolicitedNotificationEvent(java.lang.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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

notice

private UnsolicitedNotification notice
Constructor Detail

UnsolicitedNotificationEvent

public UnsolicitedNotificationEvent(java.lang.Object src,
                                    UnsolicitedNotification notice)
Method Detail

getNotification

public UnsolicitedNotification getNotification()

dispatch

public void dispatch(UnsolicitedNotificationListener listener)