Uses of Interface
com.hazelcast.core.ItemListener

Packages that use ItemListener
com.hazelcast.client.console This package contains ClientConsoleApp
 
com.hazelcast.client.proxy This package contains client side proxy implementations of the different Hazelcast data structures and operation types 
com.hazelcast.collection This package contains classes related to Collections (IList,ISet etc..)
 
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
com.hazelcast.console This package contains classes related to ConsoleApp
 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.queue.impl This package contains the IQueue functionality.
The IQueue is the distributed version of the BlockingQueue
 

Uses of ItemListener in com.hazelcast.client.console
 

Classes in com.hazelcast.client.console that implement ItemListener
 class ClientConsoleApp
          A demo application to demonstrate a Hazelcast client.
 

Uses of ItemListener in com.hazelcast.client.proxy
 

Methods in com.hazelcast.client.proxy with parameters of type ItemListener
 String AbstractClientCollectionProxy.addItemListener(ItemListener<E> listener, boolean includeValue)
           
 String ClientQueueProxy.addItemListener(ItemListener<E> listener, boolean includeValue)
           
 

Uses of ItemListener in com.hazelcast.collection
 

Methods in com.hazelcast.collection with parameters of type ItemListener
 String AbstractCollectionProxyImpl.addItemListener(ItemListener<E> listener, boolean includeValue)
           
 void CollectionService.dispatchEvent(CollectionEvent event, ItemListener listener)
           
 

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 ItemListenerConfig.setImplementation(ItemListener implementation)
           
 ItemListenerConfig ItemListenerConfigReadOnly.setImplementation(ItemListener implementation)
           
 

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

Uses of ItemListener in com.hazelcast.console
 

Classes in com.hazelcast.console that implement ItemListener
 class ConsoleApp
          Special thanks to Alexandre Vasseur for providing this very nice test application.
 

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.
 

Uses of ItemListener in com.hazelcast.queue.impl
 

Methods in com.hazelcast.queue.impl with parameters of type ItemListener
 String QueueService.addItemListener(String name, ItemListener listener, boolean includeValue)
           
 void QueueService.dispatchEvent(QueueEvent event, ItemListener listener)
           
 



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