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

Method Summary
 void extendedOperationCompleted(LdapConnection connection, ExtendedResponse response)
          callback method called after completing the extended operation.
 

Method Detail

extendedOperationCompleted

void extendedOperationCompleted(LdapConnection connection,
                                ExtendedResponse response)
                                throws LdapException
callback method called after completing the extended operation.

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


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