public abstract class DMXAbstractCallback extends Object implements DMXExtensionCallback
DMXExtensionCallback
. It provides implementation of methods
to set/get model data, and allows clients to use DMXModel
annotations for model data.Constructor and Description |
---|
DMXAbstractCallback()
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getCallbackData()
Returns data that this callback wants to register with the model.
|
void |
setDataValuesFromModel(Map<String,Object> dmap)
Updates model which this callback has registered with values currently set
in model.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExtensionType, getMappings, getResourceBundles
public final Map<String,Object> getCallbackData()
DMXExtensionCallback
getCallbackData
in interface DMXExtensionCallback
public final void setDataValuesFromModel(Map<String,Object> dmap)
DMXExtensionCallback
setDataValuesFromModel
in interface DMXExtensionCallback
dmap
- data map from modelCopyright © 2012-2014 Vektor Software. All Rights Reserved.