Class AbstractRepositoryBase.MapListenerAdapter<ID,​T>

    • Method Detail

      • entryInserted

        public void entryInserted​(MapEvent<ID,​T> mapEvent)
        Description copied from interface: MapListener
        Invoked when a map entry has been inserted.
        Specified by:
        entryInserted in interface MapListener<ID,​T>
        Parameters:
        mapEvent - the MapEvent carrying the insert information
      • entryUpdated

        public void entryUpdated​(MapEvent<ID,​T> mapEvent)
        Description copied from interface: MapListener
        Invoked when a map entry has been updated.
        Specified by:
        entryUpdated in interface MapListener<ID,​T>
        Parameters:
        mapEvent - the MapEvent carrying the update information
      • entryDeleted

        public void entryDeleted​(MapEvent<ID,​T> mapEvent)
        Description copied from interface: MapListener
        Invoked when a map entry has been removed.
        Specified by:
        entryDeleted in interface MapListener<ID,​T>
        Parameters:
        mapEvent - the MapEvent carrying the delete information
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object