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() |
toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetKey, getValue, unwrappublic final Cache getSource()
getSource in class EventObjectpublic abstract V getOldValue()
public abstract boolean isOldValueAvailable()
public final EventType getEventType()
Copyright © 2025. All rights reserved.