public class UpdatedEvent<K,V> extends Object implements MapEvent<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
apply(MapEventListener<K,V> listener) |
boolean |
equals(Object obj) |
int |
hashCode() |
K |
key() |
static <K,V> UpdatedEvent<K,V> |
of(K key,
V oldValue,
V value) |
V |
oldValue() |
String |
toString() |
V |
value() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitofpublic static <K,V> UpdatedEvent<K,V> of(K key, V oldValue, V value)
public K key()
key in interface KeyValueStore.Entry<K,V>public V oldValue()
public V value()
value in interface KeyValueStore.Entry<K,V>public void apply(MapEventListener<K,V> listener)
Copyright © 2015. All rights reserved.