public final class EntryListenerAdaptors extends Object
IMap listener related methods
such as IMap.addLocalEntryListener(EntryListener).
This is a static factory class which creates various
ListenerAdapter implementations.| Modifier and Type | Method and Description |
|---|---|
static ListenerAdapter[] |
createListenerAdapters(EntryListener listener)
Creates a
ListenerAdapter array
for all event types of EntryEventType. |
public static ListenerAdapter[] createListenerAdapters(EntryListener listener)
ListenerAdapter array
for all event types of EntryEventType.listener - a EntryListener instance.ListenerAdapterCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.