Package org.redisson.api.map.event
Interface EntryRemovedListener<K,V>
-
- Type Parameters:
K- key typeV- value type
- All Superinterfaces:
EventListener,MapEntryListener
public interface EntryRemovedListener<K,V> extends MapEntryListener
- Author:
- Nikita Koksharov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonRemoved(EntryEvent<K,V> event)
-
-
-
Method Detail
-
onRemoved
void onRemoved(EntryEvent<K,V> event)
-
-