Package com.hazelcast.collection
Interface ItemListener<E>
- Type Parameters:
E
- item
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
ConsoleApp
-
Method Summary
-
Method Details
-
itemAdded
Invoked when an item is added.- Parameters:
item
- the added item
-
itemRemoved
Invoked when an item is removed.- Parameters:
item
- the removed item.
-