public interface ValueExpressionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onNewValues(java.lang.String id,
TimestampedValue[] newValues)
This method will be invoked when a
ValueExpression produces new
values. |
void onNewValues(java.lang.String id,
TimestampedValue[] newValues)
ValueExpression produces new
values. Depending on the HistoryReductionMode the array with new
values can have a single value or multiple values.id - newValues -