com.hazelcast.cache.impl
Interface CacheEntryListenerProvider<K,V>
- Type Parameters:
K
- type of the keyV
- type of the value
- All Known Implementing Classes:
- CacheEventListenerAdaptor
public interface CacheEntryListenerProvider<K,V>
Provides underlying (wrapped) CacheEntryListener
instance.
- See Also:
CacheEntryListener
getCacheEntryListener
javax.cache.event.CacheEntryListener<K,V> getCacheEntryListener()
- Gets wrapped
CacheEntryListener
- Returns:
- the wrapped
CacheEntryListener
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.