Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.naming.ldap

Class UnsolicitedNotificationEvent

java.lang.Object
|
+--java.util.EventObject
   |
   +--javax.naming.ldap.UnsolicitedNotificationEvent


public class UnsolicitedNotificationEvent

extends EventObject

Author:

Constructor Summary

UnsolicitedNotificationEvent(java.lang.Object src, javax.naming.ldap.UnsolicitedNotification notice)

Method Summary

voiddispatch(javax.naming.ldap.UnsolicitedNotificationListener listener)

javax.naming.ldap.UnsolicitedNotificationgetNotification()

Constructor Details

UnsolicitedNotificationEvent

public UnsolicitedNotificationEvent(java.lang.Object src, javax.naming.ldap.UnsolicitedNotification notice)

Parameters:


Method Details

dispatch

public void dispatch(javax.naming.ldap.UnsolicitedNotificationListener listener)

Parameters:


getNotification

public UnsolicitedNotification getNotification()