Package org.onosproject.store.service
Interface SetEventListener<E>
-
public interface SetEventListener<E>
Listener to be notified about updates to a DistributedSet.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
event(SetEvent<E> event)
Reacts to the specified event.
-