public class DmoCacheListenerManager extends Object
| Constructor and Description |
|---|
DmoCacheListenerManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
objectAdded(DmcClassInfo index,
DmcObject object,
DMPEventDMO event)
Notifies registered listeners of the specified index that an object has been added.
|
void |
objectDeleted(DmcClassInfo index,
DmcObject object,
DMPEventDMO event)
Notifies registered listeners of the specified index that an object has been deleted.
|
void |
objectModified(DmcClassInfo index,
DmcObject object,
DMPEventDMO event)
Notifies registered listeners of the specified index that an object has been modified.
|
DmoCacheListenerRegistration |
register(DmcClassInfo dci,
DmoCacheIndexListenerIF listener) |
public DmoCacheListenerRegistration register(DmcClassInfo dci, DmoCacheIndexListenerIF listener)
public void objectAdded(DmcClassInfo index, DmcObject object, DMPEventDMO event)
index - the associated indexobject - the object that was addedevent - the associated eventpublic void objectDeleted(DmcClassInfo index, DmcObject object, DMPEventDMO event)
index - the associated indexobject - the object that was deletedevent - the associated eventpublic void objectModified(DmcClassInfo index, DmcObject object, DMPEventDMO event)
index - the associated indexobject - the object that was modifiedevent - the associated eventCopyright © 2023. All rights reserved.