public class SimpleCacheListener<K,V>
extends com.gemstone.gemfire.cache.util.CacheListenerAdapter<K,V>
implements com.gemstone.gemfire.cache.Declarable
| Constructor and Description |
|---|
SimpleCacheListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterCreate(com.gemstone.gemfire.cache.EntryEvent<K,V> e) |
void |
afterDestroy(com.gemstone.gemfire.cache.EntryEvent<K,V> e) |
void |
afterInvalidate(com.gemstone.gemfire.cache.EntryEvent<K,V> e) |
void |
afterUpdate(com.gemstone.gemfire.cache.EntryEvent<K,V> e) |
void |
init(Properties props) |
public void init(Properties props)
init in interface com.gemstone.gemfire.cache.DeclarableCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.