LDAP Classes
Implements Java LDAP

com.novell.ldap.events
Interface LDAPEventListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
PSearchEventListener

public interface LDAPEventListener
extends java.util.EventListener

This interface defines the generic listener for handling LDAP Events.

See Also:
LDAPEvent

Method Summary
 void ldapEventNotification(LDAPEvent evt)
          Called when LDAPEvent is received.
 void ldapExceptionNotification(LDAPExceptionEvent ldapevt)
          Called when an LDAPException while parsing a response or received from server.
 

Method Detail

ldapEventNotification

public void ldapEventNotification(LDAPEvent evt)
Called when LDAPEvent is received.

Parameters:
evt - The non-null LDAPEvent.

ldapExceptionNotification

public void ldapExceptionNotification(LDAPExceptionEvent ldapevt)
Called when an LDAPException while parsing a response or received from server.

Parameters:
ldapevt - The non-null LDAPExceptionEvent

LDAP Classes
Implements Java LDAP

Copyright © 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000