Uses of Interface
com.hazelcast.core.ItemListener

Packages that use ItemListener
com.hazelcast.config   
com.hazelcast.core   
com.hazelcast.jmx The com.hazelcast.jmx package contains MBeans and a ManagementService for JMX management JMX support in Hazelcast. 
 

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)
           
 

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
 void ICollection.addItemListener(ItemListener<E> listener, boolean includeValue)
          Adds an item listener for this collection.
 void ICollection.removeItemListener(ItemListener<E> listener)
          Removes the specified item listener.
 

Uses of ItemListener in com.hazelcast.jmx
 

Fields in com.hazelcast.jmx declared as ItemListener
protected  ItemListener ListMBean.listener
           
protected  ItemListener QueueMBean.listener
           
protected  ItemListener SetMBean.listener
           
 



Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.