CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.net.cache
Class OverflowMap.BackMapListener

java.lang.Object
  extended by com.tangosol.util.Base
      extended by com.tangosol.util.MultiplexingMapListener
          extended by 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 Summary
protected OverflowMap.BackMapListener()
           
 
Method Summary
protected  void onMapEvent(MapEvent evt)
          Invoked when a map entry has been inserted, updated or deleted.
 
Methods inherited from class com.tangosol.util.MultiplexingMapListener
entryDeleted, entryInserted, entryUpdated
 

Constructor Detail

OverflowMap.BackMapListener

protected OverflowMap.BackMapListener()
Method Detail

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

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation