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