public abstract class AbstractDMListener extends Object implements com.avaya.asm.datamgr.DMListener
AbstractDMListener.objectChanged(Object, Object)
callback method.Constructor and Description |
---|
AbstractDMListener() |
Modifier and Type | Method and Description |
---|---|
String |
getServiceName()
Returns the name of the service.
|
String |
getServiceVersion()
Returns the version of the service.
|
abstract void |
objectChanged(Object oldObject,
Object newObject)
Callback indicating that an attribute was changed.
|
public abstract void objectChanged(Object oldObject, Object newObject)
objectChanged
in interface com.avaya.asm.datamgr.DMListener
oldObject
- The previous value, or null if there was none.newObject
- The new value, or null if there is none.public final String getServiceName()
public final String getServiceVersion()
Copyright © 2023 Avaya. All rights reserved.