org.apache.directory.ldap.client.api
Interface ConnectionClosedEventListener


public interface ConnectionClosedEventListener

A listener class intended for notifying the classes using LdapNetworkConnection in the event of any network failure

Author:
Apache Directory Project

Method Summary
 void connectionClosed()
          called when the LdapNetworkConnection is unable to reach the server it is connected to
 

Method Detail

connectionClosed

void connectionClosed()
called when the LdapNetworkConnection is unable to reach the server it is connected to



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.