public abstract class CacheEntryEvent<K,V> extends EventObject implements Cache.Entry<K,V>
source
Constructor and Description |
---|
CacheEntryEvent(Cache source,
EventType eventType) |
Modifier and Type | Method and Description |
---|---|
EventType |
getEventType() |
abstract V |
getOldValue() |
Cache |
getSource() |
abstract boolean |
isOldValueAvailable() |
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getKey, getValue, unwrap
public final Cache getSource()
getSource
in class EventObject
public abstract V getOldValue()
public abstract boolean isOldValueAvailable()
public final EventType getEventType()
Copyright © 2017. All rights reserved.