org.apache.avalon.excalibur.cache
Class CacheEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.apache.avalon.excalibur.cache.CacheEvent
All Implemented Interfaces:
java.io.Serializable

public class CacheEvent
extends java.util.EventObject

This is the class used to deliver notifications about Cache.

Author:
Eung-ju Park
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CacheEvent(Cache cache, java.lang.Object key, java.lang.Object value)
           
 
Method Summary
 java.lang.Object getKey()
           
 java.lang.Object getValue()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheEvent

public CacheEvent(Cache cache,
                  java.lang.Object key,
                  java.lang.Object value)
Method Detail

getKey

public java.lang.Object getKey()

getValue

public java.lang.Object getValue()


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.