| Package | Description |
|---|---|
| com.hazelcast.collection.impl.collection | |
| com.hazelcast.collection.impl.queue | |
| com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
| com.hazelcast.console |
This package contains classes related to ConsoleApp
|
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractCollectionProxyImpl.addItemListener(ItemListener<E> listener,
boolean includeValue) |
void |
CollectionService.dispatchEvent(CollectionEvent event,
ItemListener listener) |
| Modifier and Type | Method and Description |
|---|---|
String |
QueueService.addItemListener(String name,
ItemListener listener,
boolean includeValue,
boolean isLocal) |
void |
QueueService.dispatchEvent(QueueEvent event,
ItemListener listener) |
| Modifier and Type | Method and Description |
|---|---|
ItemListener |
ItemListenerConfig.getImplementation() |
| Modifier and Type | Method and Description |
|---|---|
ItemListenerConfig |
ItemListenerConfig.setImplementation(ItemListener implementation) |
ItemListenerConfig |
ItemListenerConfigReadOnly.setImplementation(ItemListener implementation)
Deprecated.
|
| Constructor and Description |
|---|
ItemListenerConfig(ItemListener implementation,
boolean includeValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleApp
Special thanks to Alexandre Vasseur for providing this very nice test application.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ICollection.addItemListener(ItemListener<E> listener,
boolean includeValue)
Adds an item listener for this collection.
|
Copyright © 2018. All Rights Reserved.