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

All Superinterfaces:
OperationResponseListener

public interface DeleteListener
extends OperationResponseListener

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

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

Method Summary
 void entryDeleted(LdapConnection connection, DeleteResponse response)
          callback method called after completing the delete operation.
 

Method Detail

entryDeleted

void entryDeleted(LdapConnection connection,
                  DeleteResponse response)
                  throws LdapException
callback method called after completing the delete operation.

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


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