org.apache.avalon.excalibur.cache
Interface CacheListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
TimeoutValidator

public interface CacheListener
extends java.util.EventListener

Receive notifications about Cache.

Author:
Eung-ju Park

Method Summary
 void added(CacheEvent event)
          Added new item.
 void removed(CacheEvent event)
          Removed item.
 

Method Detail

added

public void added(CacheEvent event)
Added new item.

removed

public void removed(CacheEvent event)
Removed item.


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.