public interface ModifyDnListener extends OperationResponseListener
Modifier and Type | Method and Description |
---|---|
void |
modifyDnCompleted(LdapConnection connection,
ModifyDnResponse response)
callback method called after completing the modifyDn operation.
|
void modifyDnCompleted(LdapConnection connection, ModifyDnResponse response) throws LdapException
connection
- the LdapConnectionresponse
- the modifyDn operation's responseLdapException
Copyright © 2009–2014 The Apache Software Foundation. All rights reserved.