Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.ldap.event
Interface LdapListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
LdapDirectorySet
All Known Implementing Classes:
LdapDirectoryImpl, LdapDirectorySetImpl

public interface LdapListener
extends EventListener

An LdapEvent is triggered when the state of the LDAP connection changes or when a search result is received

Author:
Sebastien Mazy

Method Summary
 void ldapEventReceived(LdapEvent event)
          This method gets called when a server need to send a message (person found, search status)
 

Method Detail

ldapEventReceived

void ldapEventReceived(LdapEvent event)
This method gets called when a server need to send a message (person found, search status)

Parameters:
event - An LdapEvent probably sent by an LdapDirectory

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.