|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntryEvent | |
---|---|
com.hazelcast.client.console | This package contains ClientConsoleApp |
com.hazelcast.console | This package contains classes related to ConsoleApp |
com.hazelcast.core | Provides core API interfaces/classes. |
com.hazelcast.map.impl | Contains implementation specific classes of com.hazelcast.map package. |
Uses of EntryEvent in com.hazelcast.client.console |
---|
Methods in com.hazelcast.client.console with parameters of type EntryEvent | |
---|---|
void |
ClientConsoleApp.entryAdded(EntryEvent event)
|
void |
ClientConsoleApp.entryEvicted(EntryEvent event)
|
void |
ClientConsoleApp.entryRemoved(EntryEvent event)
|
void |
ClientConsoleApp.entryUpdated(EntryEvent event)
|
Uses of EntryEvent in com.hazelcast.console |
---|
Methods in com.hazelcast.console with parameters of type EntryEvent | |
---|---|
void |
ConsoleApp.entryAdded(EntryEvent event)
|
void |
ConsoleApp.entryEvicted(EntryEvent event)
|
void |
ConsoleApp.entryRemoved(EntryEvent event)
|
void |
ConsoleApp.entryUpdated(EntryEvent event)
|
Uses of EntryEvent in com.hazelcast.core |
---|
Methods in com.hazelcast.core with parameters of type EntryEvent | |
---|---|
void |
EntryListener.entryAdded(EntryEvent<K,V> event)
Invoked when an entry is added. |
void |
EntryAdapter.entryAdded(EntryEvent<K,V> event)
|
void |
EntryListener.entryEvicted(EntryEvent<K,V> event)
Invoked when an entry is evicted. |
void |
EntryAdapter.entryEvicted(EntryEvent<K,V> event)
|
void |
EntryListener.entryRemoved(EntryEvent<K,V> event)
Invoked when an entry is removed. |
void |
EntryAdapter.entryRemoved(EntryEvent<K,V> event)
|
void |
EntryListener.entryUpdated(EntryEvent<K,V> event)
Invoked when an entry is updated. |
void |
EntryAdapter.entryUpdated(EntryEvent<K,V> event)
|
void |
EntryAdapter.onEntryEvent(EntryEvent<K,V> event)
This method is called when an one of the methods of the EntryListener is not
overridden. |
Uses of EntryEvent in com.hazelcast.map.impl |
---|
Subclasses of EntryEvent in com.hazelcast.map.impl | |
---|---|
class |
DataAwareEntryEvent
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |