net.sf.jbaobab.expirable
Interface ExpirationHandler<E>

All Known Implementing Classes:
ExpirationHandler.NullHandler, InternalHandler

public interface ExpirationHandler<E>

An interface for handle expired objects, normally used with Expirer.

Author:
Oakyoon Cha
See Also:
Expirer, ReclaimableExpirer

Nested Class Summary
static class ExpirationHandler.NullHandler
           A dummny implementation of ExpirationHandler.
 
Field Summary
static ExpirationHandler NULL
           
 
Method Summary
 void expired(E element)
           
 

Field Detail

NULL

static final ExpirationHandler NULL
Method Detail

expired

void expired(E element)