public interface ModifyListener extends OperationResponseListener
Modifier and Type | Method and Description |
---|---|
void |
modifyCompleted(LdapConnection connection,
ModifyResponse response)
callback method called after completing the modify operation.
|
void modifyCompleted(LdapConnection connection, ModifyResponse response) throws LdapException
connection
- the LdapConnectionresponse
- the modify operation's responseLdapException
Copyright © 2009–2013 The Apache Software Foundation. All rights reserved.