Class ContinuousQueryCache.DeactivationListener

    • Constructor Detail

      • DeactivationListener

        protected DeactivationListener()
    • Method Detail

      • entryDeleted

        public void entryDeleted​(MapEvent evt)
        Description copied from class: AbstractMapListener
        Invoked when a map entry has been removed.
        Specified by:
        entryDeleted in interface MapListener
        Specified by:
        entryDeleted in interface com.tangosol.internal.net.NamedCacheDeactivationListener
        Overrides:
        entryDeleted in class AbstractMapListener
        Parameters:
        evt - the MapEvent carrying the delete information
      • entryUpdated

        public void entryUpdated​(MapEvent evt)
        Description copied from class: AbstractMapListener
        Invoked when a map entry has been updated.
        Specified by:
        entryUpdated in interface MapListener
        Specified by:
        entryUpdated in interface com.tangosol.internal.net.NamedCacheDeactivationListener
        Overrides:
        entryUpdated in class AbstractMapListener
        Parameters:
        evt - the MapEvent carrying the update information