de.fu_berlin.ties.util
Interface RemoveCallback

All Known Implementing Classes:
DefaultWinnowStore, SharedWinnowStore, WinnowStore

public interface RemoveCallback

This interface signals that the implementor wants to be called back whenever a key is deleted from a map and provides a method to do so.

Version:
$Revision: 1.3 $, $Date: 2006/10/21 16:04:27 $, $Author: siefkes $
Author:
Christian Siefkes

Method Summary
 void removed(Object key)
          Method to be called whenever a key has been removed from a map.
 

Method Detail

removed

void removed(Object key)
Method to be called whenever a key has been removed from a map.

Parameters:
key - the key that has been removed


Copyright © 2003-2007 Christian Siefkes. All Rights Reserved.