org.apache.directory.ldap.client.api.listener
Interface BindListener
- All Superinterfaces:
- OperationResponseListener
public interface BindListener
- extends OperationResponseListener
A listener used for asynchronous bind handling. When wanting to handle
bind as a non-blocking operation, simply associate a BindListener
to the bind operation : When the bind as been completed this listener
will be called.
- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
bindCompleted
void bindCompleted(LdapConnection connection,
BindResponse bindResponse)
throws LdapException
- A callback method called when the bind operation completed.
- Parameters:
connection
- BindResponseCodec
- The bind response
- Throws:
LdapException
Copyright © 2009-2011 Apache Software Foundation. All Rights Reserved.