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