Interface ConnectionClosedEventListener
-
public interface ConnectionClosedEventListenerA listener class intended for notifying the classes using LdapNetworkConnection in the event of any network failure- Author:
- Apache Directory Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconnectionClosed()called when the LdapNetworkConnection is unable to reach the server it is connected to
-