KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > jofti > cache > CacheListenerAdapter


1 /*
2  * Created on Jun 5, 2005
3 /*
4  * Created on Jun 5, 2005
5  *
6  */

7 package com.jofti.cache;
8
9 import com.jofti.api.Index;
10
11
12
13
14
15
16
17 /**
18  *
19  * The base interface that any Listener type adapter must extend.<p>
20  *
21  * @author Steve Woodcock<br>
22  */

23 public interface CacheListenerAdapter extends Index, LifeCycleAdapter {
24
25 }
26
Popular Tags