Uses of Interface
io.atomix.primitive.protocol.value.ValueDelegateEventListener
| Package | Description |
|---|---|
| io.atomix.primitive.protocol.value |
Interfaces for value-compatible gossip protocols and delegates.
|
-
Uses of ValueDelegateEventListener in io.atomix.primitive.protocol.value
Methods in io.atomix.primitive.protocol.value with parameters of type ValueDelegateEventListener Modifier and Type Method Description voidValueDelegate. addListener(ValueDelegateEventListener<V> listener)Registers the specified listener to be notified whenever the atomic value is updated.voidValueDelegate. removeListener(ValueDelegateEventListener<V> listener)Unregisters the specified listener such that it will no longer receive atomic value update notifications.