01: /*
02: * Created on Jun 5, 2005
03: /*
04: * Created on Jun 5, 2005
05: *
06: */
07: package com.jofti.cache;
08:
09: import com.jofti.api.Index;
10:
11: /**
12: *
13: * The base interface that any Listener type adapter must extend.<p>
14: *
15: * @author Steve Woodcock<br>
16: */
17: public interface CacheListenerAdapter extends Index, LifeCycleAdapter {
18:
19: }
|