Class WrapperObservableMap.InternalListener

java.lang.Object
com.tangosol.util.Base
com.tangosol.util.MultiplexingMapListener<K,V>
com.tangosol.util.WrapperObservableMap.InternalListener
All Implemented Interfaces:
MapListener<K,V>, EventListener
Enclosing class:
WrapperObservableMap<K,V>

protected class WrapperObservableMap.InternalListener extends MultiplexingMapListener<K,V>
An internal MapListener that listens to the wrapped map.
  • Constructor Details

    • InternalListener

      protected InternalListener()
  • Method Details

    • onMapEvent

      protected void onMapEvent(MapEvent<K,V> 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<K,V>
      Parameters:
      evt - the MapEvent carrying the insert, update or delete information