org.xins.common.collections.expiry
Interface ExpiryListener


public interface ExpiryListener

Interface for objects that can receive expiry events from an ExpiryFolder.

Since:
XINS 1.0.0
Version:
$Revision: 1.11 $ $Date: 2008/07/04 10:22:56 $
Author:
Ernst de Haan

Method Summary
 void expired(ExpiryFolder folder, Map expired)
          Notification of the expiry of the specified set of objects.
 

Method Detail

expired

public void expired(ExpiryFolder folder,
                    Map expired)
Notification of the expiry of the specified set of objects.

Parameters:
folder - the folder that has expired the entries , never null.
expired - the map containing the objects that have expired, indexed by key; never null.


See http://www.xins.org/.