public class GatewayDeltaEventApplicationCacheListener extends CacheListenerAdapter<java.lang.String,GatewayDeltaEvent> implements Declarable
Constructor and Description |
---|
GatewayDeltaEventApplicationCacheListener() |
Modifier and Type | Method and Description |
---|---|
void |
afterCreate(EntryEvent<java.lang.String,GatewayDeltaEvent> event)
Handles the event of new key being added to a region.
|
void |
init(java.util.Properties p)
Initializes a user-defined object using the given properties.
|
afterDestroy, afterInvalidate, afterRegionClear, afterRegionCreate, afterRegionDestroy, afterRegionInvalidate, afterRegionLive, afterUpdate, close
public GatewayDeltaEventApplicationCacheListener()
public void afterCreate(EntryEvent<java.lang.String,GatewayDeltaEvent> event)
CacheListener
afterCreate
in interface CacheListener<java.lang.String,GatewayDeltaEvent>
afterCreate
in class CacheListenerAdapter<java.lang.String,GatewayDeltaEvent>
event
- the EntryEventRegion.create(Object, Object)
,
Region.put(Object, Object)
,
Region.get(Object)
public void init(java.util.Properties p)
Declarable
Cache
initialization to fail.init
in interface Declarable
p
- Contains the parameters declared in the declarative xml file.