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