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