Uses of Interface
io.atomix.primitive.protocol.set.SetDelegateEventListener
| Package | Description |
|---|---|
| io.atomix.primitive.protocol.set |
Interfaces for set-compatible gossip protocols and delegates.
|
-
Uses of SetDelegateEventListener in io.atomix.primitive.protocol.set
Methods in io.atomix.primitive.protocol.set with parameters of type SetDelegateEventListener Modifier and Type Method Description voidSetDelegate. addListener(SetDelegateEventListener<E> listener)Adds the specified listener to the set which will be notified whenever the entries in the set are changed.voidSetDelegate. removeListener(SetDelegateEventListener<E> listener)Removes the specified listener from the set such that it will no longer receive change notifications.