Class CachingMap.FrontMapListener

java.lang.Object
com.tangosol.util.Base
com.tangosol.util.AbstractMapListener
com.tangosol.net.cache.CachingMap.FrontMapListener
All Implemented Interfaces:
MapListener, MapListenerSupport.SynchronousListener, SynchronousListener, EventListener
Enclosing class:
CachingMap<K,V>

protected class CachingMap.FrontMapListener extends AbstractMapListener implements MapListenerSupport.SynchronousListener
MapListener for front map responsible for deregistering back map listeners upon front map eviction.
  • Field Details

    • m_filter

      protected Filter m_filter
      The filter associated with this listener.
  • Constructor Details

    • FrontMapListener

      protected FrontMapListener()
  • Method Details

    • 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
      Overrides:
      entryDeleted in class AbstractMapListener
      Parameters:
      evt - the MapEvent carrying the delete information
    • register

      public void register()
      Register this listener with the "front" map.
    • unregister

      public void unregister()
      Unregister this listener with the "front" map.