org.apache.directory.ldap.client.api.listener
Interface ModifyListener
- All Superinterfaces:
- OperationResponseListener
public interface ModifyListener
- extends OperationResponseListener
interface used for invoking the callback after completing the modify operation.
- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
modifyCompleted
void modifyCompleted(LdapConnection connection,
ModifyResponse response)
throws LdapException
- callback method called after completing the modify operation.
- Parameters:
connection
- the LdapConnectionresponse
- the modify operation's response
- Throws:
LdapException
Copyright © 2009-2011 Apache Software Foundation. All Rights Reserved.