K
- type of the keyV
- type of the valuepublic class EntryEvent<K,V> extends Object
Constructor and Description |
---|
EntryEvent(K key,
V value,
V oldValue,
Namespace namespace,
Node source)
Creates an entry event.
|
public K getKey()
public V getValue()
public V getOldValue()
public Namespace getNamespace()
public Node getSource()
null
if
unknownCopyright © 2015. All Rights Reserved.