com.hazelcast.map.listener
Interface EntryEvictedListener<K,V>

Type Parameters:
K - the type of key.
V - the type of value.
All Superinterfaces:
EventListener, MapListener
All Known Subinterfaces:
EntryListener<K,V>
All Known Implementing Classes:
AbstractReplicatedMapAddEntryListenerMessageTask, ClientConsoleApp, ConsoleApp, EntryAdapter, ReplicatedMapAddEntryListenerMessageTask, ReplicatedMapAddEntryListenerToKeyMessageTask, ReplicatedMapAddEntryListenerToKeyWithPredicateMessageTask, ReplicatedMapAddEntryListenerWithPredicateMessageTask

public interface EntryEvictedListener<K,V>
extends MapListener

Invoked upon eviction of an entry.

Since:
3.5

Method Summary
 void entryEvicted(EntryEvent<K,V> event)
          Invoked upon eviction of an entry.
 

Method Detail

entryEvicted

void entryEvicted(EntryEvent<K,V> event)
Invoked upon eviction of an entry.

Parameters:
event - the event invoked when an entry is evicted


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.