Uses of Interface
com.hazelcast.core.ItemListener

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

Uses of ItemListener in com.hazelcast.config
 

Methods in com.hazelcast.config that return ItemListener
 ItemListener ItemListenerConfig.getImplementation()
           
 

Methods in com.hazelcast.config with parameters of type ItemListener
 ItemListenerConfig ItemListenerConfigReadOnly.setImplementation(ItemListener implementation)
           
 ItemListenerConfig ItemListenerConfig.setImplementation(ItemListener implementation)
           
 

Constructors in com.hazelcast.config with parameters of type ItemListener
ItemListenerConfig(ItemListener implementation, boolean includeValue)
           
 

Uses of ItemListener in com.hazelcast.core
 

Methods in com.hazelcast.core with parameters of type ItemListener
 String ICollection.addItemListener(ItemListener<E> listener, boolean includeValue)
          Adds an item listener for this collection.
 



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