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