Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
System..::.Object
Tangosol.Net.Cache.Support..::.DelegatingCacheListener
Tangosol.Net.Cache.Support..::.WindowsFormsCacheListener
E22844-03
Basic .NET style ICacheListener implementation.
Namespace:
Tangosol.Net.Cache.SupportAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public class DelegatingCacheListener : ICacheListener |
Remarks
This class allows users to register for cache events using
.NET-style event/delegate mechanism. When it recieves cache
event, it will raise the corresponding .NET event.
Inheritance Hierarchy
Tangosol.Net.Cache.Support..::.DelegatingCacheListener
Tangosol.Net.Cache.Support..::.WindowsFormsCacheListener