public class GatewayDeltaEventApplicationCacheListener extends CacheListenerAdapter<String,GatewayDeltaEvent> implements Declarable
Modifier and Type | Method and Description |
---|---|
void |
afterCreate(EntryEvent<String,GatewayDeltaEvent> event)
Handles the event of new key being added to a region.
|
afterDestroy, afterInvalidate, afterRegionClear, afterRegionCreate, afterRegionDestroy, afterRegionInvalidate, afterRegionLive, afterUpdate, close
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
init, initialize
public void afterCreate(EntryEvent<String,GatewayDeltaEvent> event)
CacheListener
afterCreate
in interface CacheListener<String,GatewayDeltaEvent>
afterCreate
in class CacheListenerAdapter<String,GatewayDeltaEvent>
event
- the EntryEventRegion.create(Object, Object)
,
Region.put(Object, Object)
,
Region.get(Object)