public interface AttributeChangeHandler
Modifier and Type | Method and Description |
---|---|
void |
onAttributeChange(Graphic feature,
java.lang.String fieldName,
java.lang.String fieldValue)
Fires when a fields value changes.
|
void onAttributeChange(Graphic feature, java.lang.String fieldName, java.lang.String fieldValue)
feature
- - The feature to be updated.fieldName
- - The name of the field that was modified.fieldValue
- - Value for the field that was modified.