org.apache.directory.ldap.client.api.listener
Interface AddListener
- All Superinterfaces:
- OperationResponseListener
public interface AddListener
- extends OperationResponseListener
interface used for invoking the callback after completing the add operation.
- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
entryAdded
void entryAdded(LdapConnection connection,
AddResponse response)
throws LdapException
- callback method called after completing the add operation.
- Parameters:
connection
- the LdapConnectionresponse
- the add operation's response
- Throws:
LdapException
Copyright © 2009-2011 Apache Software Foundation. All Rights Reserved.