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
modifyDnCompleted
void modifyDnCompleted(LdapConnection connection,
ModifyDnResponse response)
throws LdapException
- callback method called after completing the modifyDn operation.
- Parameters:
connection
- the LdapConnectionresponse
- the modifyDn operation's response
- Throws:
LdapException
Copyright © 2009-2011 Apache Software Foundation. All Rights Reserved.