Name

UnsolicitedNotificationListener

Synopsis

This specialization of javax.naming.NamingListener is used by clients to listen for UnsolicitedNotificationEvents. An UnsolicitedNotificationListener can be attached to an LDAP context using its addNamingListener() method.

                  Passed To
public interface UnsolicitedNotificationListener extends javax.naming.event.NamingListener {
// Public Instance Methods
   public abstract void notificationReceived(
        UnsolicitedNotificationEvent evt);  
}

Passed To

UnsolicitedNotificationEvent.dispatch()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.