Class CacheListenerAdapter<K,V>

java.lang.Object
org.apache.geode.cache.util.CacheListenerAdapter<K,V>
All Implemented Interfaces:
CacheCallback, CacheListener<K,V>, Declarable
Direct Known Subclasses:
RegionMembershipListenerAdapter

public abstract class CacheListenerAdapter<K,V> extends Object implements CacheListener<K,V>

Utility class that implements all methods in CacheListener with empty implementations. Applications can subclass this class and only override the methods for the events of interest.

Subclasses declared in a Cache XML file, it must also implement Declarable

Since:
GemFire 3.0