KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > opensymphony > oscache > base > events > CacheEventListener


1 /*
2  * Copyright (c) 2002-2003 by OpenSymphony
3  * All rights reserved.
4  */

5 package com.opensymphony.oscache.base.events;
6
7 import java.util.EventListener JavaDoc;
8
9 /**
10  * This is the base interface for cache events.
11  *
12  * @version $Revision: 1.1 $
13  * @author <a HREF="&#109;a&#105;&#108;&#116;&#111;:chris&#64;swebtec.&#99;&#111;&#109;">Chris Miller</a>
14  */

15 public interface CacheEventListener extends EventListener JavaDoc {
16 }
17
Popular Tags