public interface BaseViewFormatCallback
| Modifier and Type | Method and Description |
|---|---|
void |
formatChanged(int attributeId, java.lang.String attributeName, java.lang.Object oldValue, java.lang.Object newValue) |
void formatChanged(int attributeId,
java.lang.String attributeName,
java.lang.Object oldValue,
java.lang.Object newValue)
attributeId - the static constant in ViewFormat that identifies the attributeattributeName - the name of the attribute that changedoldValue - the old value of the attributenewValue - the new value of the attribute