Uses of Interface
io.atomix.primitive.protocol.map.MapDelegateEventListener
| Package | Description |
|---|---|
| io.atomix.primitive.protocol.map |
Interfaces for map-compatible gossip protocols and delegates.
|
-
Uses of MapDelegateEventListener in io.atomix.primitive.protocol.map
Methods in io.atomix.primitive.protocol.map with parameters of type MapDelegateEventListener Modifier and Type Method Description voidMapDelegate. addListener(MapDelegateEventListener<K,V> listener)Adds the specified listener to the map which will be notified whenever the mappings in the map are changed.voidMapDelegate. removeListener(MapDelegateEventListener<K,V> listener)Removes the specified listener from the map such that it will no longer receive change notifications.