|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapEvent | |
---|---|
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. |
Uses of MapEvent in com.hazelcast.client.console |
---|
Methods in com.hazelcast.client.console with parameters of type MapEvent | |
---|---|
void |
ClientConsoleApp.mapCleared(MapEvent event)
|
void |
ClientConsoleApp.mapEvicted(MapEvent event)
|
Uses of MapEvent in com.hazelcast.console |
---|
Methods in com.hazelcast.console with parameters of type MapEvent | |
---|---|
void |
ConsoleApp.mapCleared(MapEvent event)
|
void |
ConsoleApp.mapEvicted(MapEvent event)
|
Uses of MapEvent in com.hazelcast.core |
---|
Methods in com.hazelcast.core with parameters of type MapEvent | |
---|---|
void |
EntryListener.mapCleared(MapEvent event)
Invoked when all entries are removed by IMap.clear() . |
void |
EntryAdapter.mapCleared(MapEvent event)
|
void |
EntryListener.mapEvicted(MapEvent event)
Invoked when all entries are evicted by IMap.evictAll() . |
void |
EntryAdapter.mapEvicted(MapEvent event)
|
void |
EntryAdapter.onMapEvent(MapEvent event)
This method is called when an one of the methods of the EntryListener is not
overridden. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |