#include <coherence/net/cache/CachingMap.hpp>
Inherits MultiplexingMapListener.
This listener is registered as a synchronous listener for lite events (carrying only a key) and generates a "priming" event when registered.
Public Types | |
| typedef spec::Handle | Handle |
| PrimingListener Handle definition. | |
| typedef spec::View | View |
| PrimingListener View definition. | |
| typedef spec::Holder | Holder |
| PrimingListener Holder definition. | |
Protected Member Functions | |
| PrimingListener (CachingMap::Handle hMap) | |
| Construct a PrimingListener. | |
| virtual void | onMapEvent (MapEvent::View vEvent) |
Protected Attributes | |
| WeakHandle< CachingMap > | m_whMap |
| The map associated with this listener. | |
| PrimingListener | ( | CachingMap::Handle | hMap | ) | [protected] |