D
- internal type of the technologypublic static interface Technology.ValueMutated<D> extends Technology<D>
Technology.ApplyId<D>, Technology.BatchCopy<D>, Technology.BatchInit<D>, Technology.ToJavaScript<D>, Technology.ValueMutated<D>
Modifier and Type | Method and Description |
---|---|
void |
valueHasMutated(D data,
String propertyName,
Object oldValue,
Object newValue)
Model for given data has changed its value.
|
applyBindings, bind, expose, runSafe, toModel, valueHasMutated, wrapArray, wrapModel
void valueHasMutated(D data, String propertyName, Object oldValue, Object newValue)
If both oldValue
and newValue
are
null
then the real value of the technology is
not known.
If this method is present, then it is called instead of
old, plain Technology.valueHasMutated(java.lang.Object, java.lang.String)
which is never called by the infrastructure then.
data
- technology's own representation of the modelpropertyName
- name of the model property that changedoldValue
- provides previous value of the propertynewValue
- provides new value of the propertyCopyright © 2018 NetBeans. All rights reserved.