org.apache.directory.ldap.client.api.listener
Interface IntermediateResponseListener


public interface IntermediateResponseListener

A listener used for asynchronous IntermediateResponse handling.

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Method Summary
 void responseReceived(LdapConnection connection, IntermediateResponse intermediateResponse)
          A callback method for each entry returned by a intermediateResponse response.
 

Method Detail

responseReceived

void responseReceived(LdapConnection connection,
                      IntermediateResponse intermediateResponse)
A callback method for each entry returned by a intermediateResponse response.

Parameters:
connection - The current connection
IntermediateResponse - The intermediate response


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