|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.cache.event.CacheEntryEvent<K,V>
public abstract class CacheEntryEvent<K,V>
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
CacheEntryEvent(Cache source)
|
Method Summary | |
---|---|
abstract K |
getKey()
|
Cache |
getSource()
|
abstract V |
getValue()
|
Methods inherited from class java.util.EventObject |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CacheEntryEvent(Cache source)
Method Detail |
---|
public final Cache getSource()
getSource
in class java.util.EventObject
public abstract K getKey()
public abstract V getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |