org.apache.directory.ldap.client.api.listener
Interface AddListener

All Superinterfaces:
OperationResponseListener

public interface AddListener
extends OperationResponseListener

interface used for invoking the callback after completing the add operation.

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Method Summary
 void entryAdded(LdapConnection connection, AddResponse response)
          callback method called after completing the add operation.
 

Method Detail

entryAdded

void entryAdded(LdapConnection connection,
                AddResponse response)
                throws LdapException
callback method called after completing the add operation.

Parameters:
connection - the LdapConnection
response - the add operation's response
Throws:
LdapException


Copyright © 2009-2011 Apache Software Foundation. All Rights Reserved.