| Package | Description |
|---|---|
| com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
| com.hazelcast.map.impl.event |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalMapListenerAdapter
Internal-usage-only adapter which wraps all
MapListener sub-interfaces into a ListenerAdapter. |
| Modifier and Type | Method and Description |
|---|---|
static ListenerAdapter |
ListenerAdapters.createListenerAdapter(Object listener) |
static ListenerAdapter[] |
EntryListenerAdaptors.createListenerAdapters(EntryListener listener)
Creates a
ListenerAdapter array
for all event types of EntryEventType. |
static ListenerAdapter[] |
MapListenerAdaptors.createListenerAdapters(MapListener mapListener)
Creates a
ListenerAdapter array
for all event types of EntryEventType. |
ListenerAdapter[] |
InternalMapListenerAdapter.getListenerAdapters() |
| Modifier and Type | Method and Description |
|---|---|
void |
MapService.dispatchEvent(Object event,
ListenerAdapter listener) |
static int |
MapListenerFlagOperator.setAndGetListenerFlags(ListenerAdapter listenerAdapter)
Sets and gets flags of implemented listener interfaces of a
MapListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
MapEventPublishingService.dispatchEvent(Object eventData,
ListenerAdapter listener) |
Copyright © 2016. All Rights Reserved.