Class LocalCache.InternalListener

  • All Implemented Interfaces:
    MapListener, EventListener
    Enclosing class:
    LocalCache

    protected class LocalCache.InternalListener
    extends Base
    implements MapListener
    An internal MapListener that listens to this cache and reports changes to the CacheStore.
    • Constructor Detail

      • InternalListener

        protected InternalListener()
    • Method Detail

      • entryInserted

        public void entryInserted​(MapEvent evt)
        Invoked when a map entry has been inserted.
        Specified by:
        entryInserted in interface MapListener
        Parameters:
        evt - the MapEvent carrying the insert information
      • entryUpdated

        public void entryUpdated​(MapEvent evt)
        Invoked when a map entry has been updated.
        Specified by:
        entryUpdated in interface MapListener
        Parameters:
        evt - the MapEvent carrying the update information
      • entryDeleted

        public void entryDeleted​(MapEvent evt)
        Invoked when a map entry has been removed.
        Specified by:
        entryDeleted in interface MapListener
        Parameters:
        evt - the MapEvent carrying the delete information
      • onModify

        protected void onModify​(MapEvent evt)
        A value modification event (insert or update) has occurred.
        Parameters:
        evt - the MapEvent object