net.sf.jbaobab.expirable
Class ExpirationHandler.NullHandler
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expired
public void expired(Object element)
- Specified by:
expired in interface ExpirationHandler