Uses of Interface
com.hazelcast.core.EntryListener

Packages that use EntryListener
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
com.hazelcast.core Provides core API interfaces/classes. 
 

Uses of EntryListener in com.hazelcast.config
 

Methods in com.hazelcast.config that return EntryListener
 EntryListener EntryListenerConfig.getImplementation()
           
 

Methods in com.hazelcast.config with parameters of type EntryListener
 EntryListenerConfig EntryListenerConfigReadOnly.setImplementation(EntryListener implementation)
           
 EntryListenerConfig EntryListenerConfig.setImplementation(EntryListener implementation)
           
 

Constructors in com.hazelcast.config with parameters of type EntryListener
EntryListenerConfig(EntryListener implementation, boolean local, boolean includeValue)
           
 

Uses of EntryListener in com.hazelcast.core
 

Classes in com.hazelcast.core that implement EntryListener
 class EntryAdapter<K,V>
          Adapter for EntryListener.
 

Methods in com.hazelcast.core with parameters of type EntryListener
 String MultiMap.addEntryListener(EntryListener<K,V> listener, boolean includeValue)
          Adds an entry listener for this multimap.
 String IMap.addEntryListener(EntryListener<K,V> listener, boolean includeValue)
          Adds an entry listener for this map.
 String MultiMap.addEntryListener(EntryListener<K,V> listener, K key, boolean includeValue)
          Adds the specified entry listener for the specified key.
 String IMap.addEntryListener(EntryListener<K,V> listener, K key, boolean includeValue)
          Adds the specified entry listener for the specified key.
 String IMap.addEntryListener(EntryListener<K,V> listener, Predicate<K,V> predicate, boolean includeValue)
          Adds an continuous entry listener for this map.
 String IMap.addEntryListener(EntryListener<K,V> listener, Predicate<K,V> predicate, K key, boolean includeValue)
          Adds an continuous entry listener for this map.
 String MultiMap.addLocalEntryListener(EntryListener<K,V> listener)
          Adds a local entry listener for this multimap.
 String IMap.addLocalEntryListener(EntryListener<K,V> listener)
          Adds a local entry listener for this map.
 String IMap.addLocalEntryListener(EntryListener<K,V> listener, Predicate<K,V> predicate, boolean includeValue)
          Adds a local entry listener for this map.
 String IMap.addLocalEntryListener(EntryListener<K,V> listener, Predicate<K,V> predicate, K key, boolean includeValue)
          Adds a local entry listener for this map.
 



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