public class MapDelegateEvent<K,V> extends AbstractEvent<MapDelegateEvent.Type,K>
| Modifier and Type | Class and Description |
|---|---|
static class |
MapDelegateEvent.Type
Map protocol event type.
|
| Constructor and Description |
|---|
MapDelegateEvent(MapDelegateEvent.Type type,
K key,
V value) |
MapDelegateEvent(MapDelegateEvent.Type type,
K key,
V value,
long time) |
| Modifier and Type | Method and Description |
|---|---|
K |
key()
Returns the map entry key.
|
V |
value()
Returns the map entry value.
|
subject, time, toString, typepublic MapDelegateEvent(MapDelegateEvent.Type type, K key, V value)
public MapDelegateEvent(MapDelegateEvent.Type type, K key, V value, long time)
Copyright © 2013–2018. All rights reserved.