Package org.onosproject.store.service
Interface MapEventListener<K,V>
-
public interface MapEventListener<K,V>
Listener to be notified about updates to a ConsistentMap.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
event(MapEvent<K,V> event)
Reacts to the specified event.
-