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