| Package | Description | 
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CacheSimpleEntryListenerConfigReadOnlyReadonly version of CacheSimpleEntryListenerConfig | 
| Modifier and Type | Method and Description | 
|---|---|
| List<CacheSimpleEntryListenerConfig> | CacheSimpleConfigReadOnly. getCacheEntryListeners() | 
| List<CacheSimpleEntryListenerConfig> | CacheSimpleConfig. getCacheEntryListeners()Gets a list of  CacheSimpleEntryListenerConfigfrom thisICache. | 
| Modifier and Type | Method and Description | 
|---|---|
| CacheSimpleConfig | CacheSimpleConfigReadOnly. addEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig) | 
| CacheSimpleConfig | CacheSimpleConfig. addEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig)Adds  CacheSimpleEntryListenerConfigto thisICache. | 
| Modifier and Type | Method and Description | 
|---|---|
| CacheSimpleConfig | CacheSimpleConfigReadOnly. setCacheEntryListeners(List<CacheSimpleEntryListenerConfig> cacheEntryListeners) | 
| CacheSimpleConfig | CacheSimpleConfig. setCacheEntryListeners(List<CacheSimpleEntryListenerConfig> cacheEntryListeners)Sets a list of  CacheSimpleEntryListenerConfigfor thisICache. | 
| Constructor and Description | 
|---|
| CacheSimpleEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig) | 
| CacheSimpleEntryListenerConfigReadOnly(CacheSimpleEntryListenerConfig listenerConfig) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.