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