Uses of Interface
com.hazelcast.collection.ItemListener
Packages that use ItemListener
Package
Description
This package contains classes to support the collection API.
Provides classes for configuring HazelcastInstance.
This package contains classes related to ConsoleApp
-
Uses of ItemListener in com.hazelcast.collection
Methods in com.hazelcast.collection with parameters of type ItemListenerModifier and TypeMethodDescriptionICollection.addItemListener
(ItemListener<E> listener, boolean includeValue) Adds an item listener for this collection. -
Uses of ItemListener in com.hazelcast.config
Methods in com.hazelcast.config that return ItemListenerMethods in com.hazelcast.config with parameters of type ItemListenerModifier and TypeMethodDescriptionItemListenerConfig.setImplementation
(ItemListener implementation) Constructors in com.hazelcast.config with parameters of type ItemListenerModifierConstructorDescriptionItemListenerConfig
(ItemListener implementation, boolean includeValue) -
Uses of ItemListener in com.hazelcast.console
Classes in com.hazelcast.console that implement ItemListenerModifier and TypeClassDescriptionclass
Special thanks to Alexandre Vasseur for providing this very nice test application.