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