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