E - itempublic interface ICollection<E> extends Instance, Collection<E>
Instance.InstanceType| Modifier and Type | Method and Description |
|---|---|
void |
addItemListener(ItemListener<E> listener,
boolean includeValue)
Adds an item listener for this collection.
|
String |
getName()
Returns the name of this collection
|
void |
removeItemListener(ItemListener<E> listener)
Removes the specified item listener.
|
destroy, getId, getInstanceTypeString getName()
void addItemListener(ItemListener<E> listener, boolean includeValue)
listener - item listenerincludeValue - true updated item should be passed
to the item listener, false otherwise.void removeItemListener(ItemListener<E> listener)
listener - item listener for this collectionCopyright © 2008-2013 Hazelcast, Inc. All Rights Reserved.