TimedOutEntryListener

public interface TimedOutEntryListener

The TimedOutEntryListener is the callback listener for TimedOutHashTable. It is invoked when a hash key-value pair is considered timed-out and prepare to delete the entry. Creation Date: 26/6/2007

Author:Twinsen Tsang

See also: hk.hku.cecid.piazza.commons.util.TimedOutHashTable.

Methods

timeOut

public void timeOut(Object key, Object value)
Parameters:
  • key – The key of the entry that prepare to delete in the hashtable.
  • value – The value of the entry that prepare to delete in the hashtable.