Skip navigation links
com.tangosol.util
Class WrapperObservableMap.InternalListener
java.lang.Object
com.tangosol.util.Base
com.tangosol.util.MultiplexingMapListener
com.tangosol.util.WrapperObservableMap.InternalListener
- All Implemented Interfaces:
- MapListener, java.util.EventListener
- Enclosing class:
- WrapperObservableMap
-
protected class WrapperObservableMap.InternalListener
- extends MultiplexingMapListener
An internal MapListener that listens to the wrapped map.
Method Summary |
protected void |
onMapEvent(MapEvent evt)
Invoked when a map entry has been inserted, updated or deleted. |
WrapperObservableMap.InternalListener
protected WrapperObservableMap.InternalListener()
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
Skip navigation links
Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.