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 responseLdapExceptionCopyright © 2009–2016 The Apache Software Foundation. All rights reserved.