com.hazelcast.cache.impl
Interface CacheEntryListenerProvider<K,V>

Type Parameters:
K - type of the key
V - type of the value
All Known Implementing Classes:
CacheEventListenerAdaptor

public interface CacheEntryListenerProvider<K,V>

Provides underlying (wrapped) CacheEntryListener instance.

See Also:
CacheEntryListener

Method Summary
 javax.cache.event.CacheEntryListener<K,V> getCacheEntryListener()
          Gets wrapped CacheEntryListener
 

Method Detail

getCacheEntryListener

javax.cache.event.CacheEntryListener<K,V> getCacheEntryListener()
Gets wrapped CacheEntryListener

Returns:
the wrapped CacheEntryListener


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.