Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/util/AbstractMapListener.hpp>
Inherits Object, and MapListener.
A base class that simplifies the implementation of a MapListener, particularly inner classes that only implement one or two of the three event methods.
Public Types |
||||
| typedef spec::Handle | Handle | |||
| AbstractMapListener Handle definition. | ||||
| typedef spec::View | View | |||
| AbstractMapListener View definition. | ||||
| typedef spec::Holder | Holder | |||
| AbstractMapListener Holder definition. | ||||
Public Member Functions |
||||
| virtual void | entryInserted (MapEvent::View vEvent) | |||
Invoked when a map entry has been inserted.
|
||||
| virtual void | entryUpdated (MapEvent::View vEvent) | |||
Invoked when a map entry has been updated.
|
||||
| virtual void | entryDeleted (MapEvent::View vEvent) | |||
Invoked when a map entry has been removed.
|
||||
The documentation for this class was generated from the following file: