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

Method Summary
 void attributeCompared(LdapConnection connection, CompareResponse response)
          callback method called after completing the compare operation.
 

Method Detail

attributeCompared

void attributeCompared(LdapConnection connection,
                       CompareResponse response)
                       throws LdapException
callback method called after completing the compare operation.

Parameters:
connection - the LdapConnection
response - the compare operation's response
Throws:
LdapException


Copyright © 2009-2011 Apache Software Foundation. All Rights Reserved.