Package org.onosproject.store.service
Interface EventuallyConsistentMapListener<K,V>
-
public interface EventuallyConsistentMapListener<K,V>Listener to be notified about updates to a EventuallyConsistentMap.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidevent(EventuallyConsistentMapEvent<K,V> event)Reacts to the specified event.
-
-
-
Method Detail
-
event
void event(EventuallyConsistentMapEvent<K,V> event)
Reacts to the specified event.- Parameters:
event- the event
-
-