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

Method Summary
 void modifyCompleted(LdapConnection connection, ModifyResponse response)
          callback method called after completing the modify operation.
 

Method Detail

modifyCompleted

void modifyCompleted(LdapConnection connection,
                     ModifyResponse response)
                     throws LdapException
callback method called after completing the modify operation.

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


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