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

All Superinterfaces:
OperationResponseListener

public interface ModifyDnListener
extends OperationResponseListener

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

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

Method Summary
 void modifyDnCompleted(LdapConnection connection, ModifyDnResponse response)
          callback method called after completing the modifyDn operation.
 

Method Detail

modifyDnCompleted

void modifyDnCompleted(LdapConnection connection,
                       ModifyDnResponse response)
                       throws LdapException
callback method called after completing the modifyDn operation.

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


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