|
|||||||||||||||||||
30 day Evaluation Version distributed via the Maven Jar Repository. Clover is not free. You have 30 days to evaluate it. Please visit http://www.thecortex.net/clover to obtain a licensed version of Clover | |||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
CacheEventListener.java | - | - | - | - |
|
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;
|
|
8 |
|
|
9 |
/**
|
|
10 |
* This is the base interface for cache events.
|
|
11 |
*
|
|
12 |
* @version $Revision: 1.1 $
|
|
13 |
* @author <a href="mailto:chris@swebtec.com">Chris Miller</a>
|
|
14 |
*/
|
|
15 |
public interface CacheEventListener extends EventListener { |
|
16 |
} |
|
17 |
|
|