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