Interface SetEventListener<E>


  • public interface SetEventListener<E>
    Listener to be notified about updates to a DistributedSet.
    • Method Detail

      • event

        void event​(SetEvent<E> event)
        Reacts to the specified event.
        Parameters:
        event - the event