net.sf.jbaobab.expirable
Class ExpirationHandler.NullHandler

java.lang.Object
  extended by net.sf.jbaobab.expirable.ExpirationHandler.NullHandler
All Implemented Interfaces:
ExpirationHandler
Enclosing interface:
ExpirationHandler<E>

public static final class ExpirationHandler.NullHandler
extends Object
implements ExpirationHandler

A dummny implementation of ExpirationHandler. Do not try to instantiate this class, use ExpirationHandler.NULL instead.

Author:
Oakyoon Cha

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.jbaobab.expirable.ExpirationHandler
ExpirationHandler.NullHandler
 
Field Summary
 
Fields inherited from interface net.sf.jbaobab.expirable.ExpirationHandler
NULL
 
Method Summary
 void expired(Object element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

expired

public void expired(Object element)
Specified by:
expired in interface ExpirationHandler