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