Class OverflowMap.BackMapListener

java.lang.Object
com.tangosol.util.Base
com.tangosol.util.MultiplexingMapListener
com.tangosol.net.cache.OverflowMap.BackMapListener
All Implemented Interfaces:
MapListener, EventListener
Enclosing class:
OverflowMap

protected class OverflowMap.BackMapListener extends MultiplexingMapListener
A listener for the back map.
  • Constructor Details

    • BackMapListener

      protected BackMapListener()
  • Method Details

    • onMapEvent

      protected void onMapEvent(MapEvent evt)
      Invoked when a map entry has been inserted, updated or deleted. To determine what action has occurred, use MapEvent.getId().
      Specified by:
      onMapEvent in class MultiplexingMapListener
      Parameters:
      evt - the MapEvent carrying the insert, update or delete information