org.apache.directory.api.ldap.model.message
Interface AbandonListener


public interface AbandonListener

A listener interested in abandon operations performed on requests.

Author:
Apache Directory Project

Method Summary
 void requestAbandoned(AbandonableRequest req)
          Notifies that a request has been abandoned.
 

Method Detail

requestAbandoned

void requestAbandoned(AbandonableRequest req)
Notifies that a request has been abandoned.

Parameters:
req - the request which is abandoned.


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