Interface MultimapEventListener<K,​V>


  • public interface MultimapEventListener<K,​V>
    Listener to be notified about updates to a ConsistentMultimap.
    • Method Detail

      • event

        void event​(MultimapEvent<K,​V> event)
        Reacts to the specified event.
        Parameters:
        event - the event