Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/util/MapListener.hpp>
Inherits EventListener.
Inherited by AbstractMapListener [virtual], ConverterCollections::ConverterMapListener [virtual], MapListenerSupport::SynchronousListener [virtual], and MultiplexingMapListener [virtual].
The listener interface for receiving MapEvents.
Public Types |
|
| typedef spec::Handle | Handle |
| MapListener Handle definition. | |
| typedef spec::View | View |
| MapListener View definition. | |
| typedef spec::Holder | Holder |
| MapListener Holder definition. | |
Public Member Functions |
|
| virtual void | entryInserted (MapEvent::View vEvent)=0 |
| Invoked when a map entry has been inserted. | |
| virtual void | entryUpdated (MapEvent::View vEvent)=0 |
| Invoked when a map entry has been updated. | |
| virtual void | entryDeleted (MapEvent::View vEvent)=0 |
| Invoked when a map entry has been removed. | |
| virtual void entryInserted | ( | MapEvent::View | vEvent | ) | [pure virtual] |
Invoked when a map entry has been inserted.
| vEvent | the MapEvent carrying the insert information |
Implemented in AbstractMapListener, ConverterCollections::ConverterMapListener, MapListenerSupport::WrapperSynchronousListener, and MultiplexingMapListener.
| virtual void entryUpdated | ( | MapEvent::View | vEvent | ) | [pure virtual] |
Invoked when a map entry has been updated.
| vEvent | the MapEvent carrying the update information |
Implemented in AbstractMapListener, ConverterCollections::ConverterMapListener, MapListenerSupport::WrapperSynchronousListener, and MultiplexingMapListener.
| virtual void entryDeleted | ( | MapEvent::View | vEvent | ) | [pure virtual] |
Invoked when a map entry has been removed.
| vEvent | the MapEvent carrying the delete information |
Implemented in AbstractMapListener, ConverterCollections::ConverterMapListener, MapListenerSupport::WrapperSynchronousListener, and MultiplexingMapListener.
The documentation for this class was generated from the following file: