JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.hazelcast.collection.ItemEvent
Packages that use
ItemEvent
Package
Description
com.hazelcast.collection
This package contains classes to support the collection API.
Uses of
ItemEvent
in
com.hazelcast.collection
Methods in
com.hazelcast.collection
with parameters of type
ItemEvent
Modifier and Type
Method
Description
void
ItemListener.
itemAdded
(
ItemEvent
<
E
> item)
Invoked when an item is added.
void
ItemListener.
itemRemoved
(
ItemEvent
<
E
> item)
Invoked when an item is removed.