Interface MapEventListener<K,​V>


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

      • event

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