Package io.atomix.primitive.protocol.map
Interface MapDelegateEventListener<K,V>
- All Superinterfaces:
io.atomix.utils.event.EventFilter<MapDelegateEvent<K,V>>,io.atomix.utils.event.EventListener<MapDelegateEvent<K,V>>
public interface MapDelegateEventListener<K,V> extends io.atomix.utils.event.EventListener<MapDelegateEvent<K,V>>
Map protocol event listener.