1 /*2 * Copyright (c) 2002-2003 by OpenSymphony3 * 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