public interface DmoCacheIndexListenerIF
| Modifier and Type | Method and Description |
|---|---|
void |
objectAdded(DmcClassInfo index,
DmcObject object,
DMPEventDMO event)
Called when an object is added to a cache.
|
void |
objectDeleted(DmcClassInfo index,
DmcObject object,
DMPEventDMO event)
Called when an object is deleted from a cache.
|
void |
objectModified(DmcClassInfo index,
DmcObject object,
DMPEventDMO event)
Called when a cached object is modified.
|
void objectAdded(DmcClassInfo index, DmcObject object, DMPEventDMO event)
index - the class of object for which an index is maintained.object - the object that was addedevent - the event from the servervoid objectDeleted(DmcClassInfo index, DmcObject object, DMPEventDMO event)
index - the class of object for which an index is maintained.object - the object that was deletedevent - the event from the servervoid objectModified(DmcClassInfo index, DmcObject object, DMPEventDMO event)
index - the class of object for which an index is maintained.object - the object that was modifiedevent - the event from the serverCopyright © 2023. All rights reserved.