public interface ValueChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
notifyValueChange(java.lang.String recId,
ValueType type,
java.lang.Object newValue)
Notifies the recorder about a changing value.
|
void notifyValueChange(java.lang.String recId,
ValueType type,
java.lang.Object newValue)
recId - the recorder id (optional, may be null)type - the type of the valuenewValue - the value after the value change