Utility class that implements all methods in ICacheListener
with empty implementations. Applications can subclass this class
and only override the methods for the events of interest.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public class CacheListenerAdapter : ICacheListener |
| Visual Basic (Declaration) |
|---|
Public Class CacheListenerAdapter _ Implements ICacheListener |
| Visual C++ |
|---|
public ref class CacheListenerAdapter : ICacheListener |
Inheritance Hierarchy
See Also
CacheListenerAdapter Members
GemStone.GemFire.Cache Namespace