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