Package com.hazelcast.collection
Interface ItemListener<E>
-
- Type Parameters:
E
- item
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
ConsoleApp
public interface ItemListener<E> extends java.util.EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
itemAdded(ItemEvent<E> item)
Invoked when an item is added.void
itemRemoved(ItemEvent<E> item)
Invoked when an item is removed.
-