Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.2.1.3.0)

E80355-01

MapListener Class Reference

#include <coherence/util/MapListener.hpp>

Inherits EventListener.

Inherited by LocalCache::InternalListener [virtual], AbstractMapListener [virtual], ConverterCollections::ConverterMapListener [virtual], MapListenerSupport::SynchronousListener [virtual], and MultiplexingMapListener [virtual].

List of all members.


Detailed Description

The listener interface for receiving MapEvents.

Author:
js 2008.06.03

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.

Member Function Documentation

virtual void entryInserted ( MapEvent::View  vEvent  )  [pure virtual]

Invoked when a map entry has been inserted.

Parameters:
vEvent the MapEvent carrying the insert information

Implemented in AbstractMapListener, ConverterCollections::ConverterMapListener, and MultiplexingMapListener.

virtual void entryUpdated ( MapEvent::View  vEvent  )  [pure virtual]

Invoked when a map entry has been updated.

Parameters:
vEvent the MapEvent carrying the update information

Implemented in AbstractMapListener, ConverterCollections::ConverterMapListener, and MultiplexingMapListener.

virtual void entryDeleted ( MapEvent::View  vEvent  )  [pure virtual]

Invoked when a map entry has been removed.

Parameters:
vEvent the MapEvent carrying the delete information

Implemented in AbstractMapListener, ConverterCollections::ConverterMapListener, and MultiplexingMapListener.


The documentation for this class was generated from the following file:
Copyright © 2000, 2017, Oracle and/or its affiliates. All rights reserved.