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

com.tangosol.net.cache
Class ContinuousQueryCache.RemoveListener

java.lang.Object
  extended by com.tangosol.util.Base
      extended by com.tangosol.util.MultiplexingMapListener
          extended by com.tangosol.net.cache.ContinuousQueryCache.RemoveListener
All Implemented Interfaces:
MapListener, MapListenerSupport.SynchronousListener, EventListener
Enclosing class:
ContinuousQueryCache

public class ContinuousQueryCache.RemoveListener
extends MultiplexingMapListener
implements MapListenerSupport.SynchronousListener

A MapListener for evicting items from the query.


Constructor Summary
ContinuousQueryCache.RemoveListener()
           
 
Method Summary
protected  void onMapEvent(MapEvent evt)
          Invoked when a map entry has been inserted, updated or deleted.
 String toString()
          Produce a human-readable description of this object.
 
Methods inherited from class com.tangosol.util.MultiplexingMapListener
entryDeleted, entryInserted, entryUpdated
 
Methods inherited from interface com.tangosol.util.MapListener
entryDeleted, entryInserted, entryUpdated
 

Constructor Detail

ContinuousQueryCache.RemoveListener

public ContinuousQueryCache.RemoveListener()
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

toString

public String toString()
Produce a human-readable description of this object.

Returns:
a String describing this object

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