Interface IAttributePropertyChangeCallback
-
- All Known Implementing Classes:
AttributeGroup,AttributeItemEditorProxy,AttributeTable
public interface IAttributePropertyChangeCallback属性的特性发生变化的时候通知这个事件 比如 属性不可见 或者 可见
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAttributePropertyChange(IAttribute senderAttribute)属性更新后 调用这个方法通知
-
-
-
Method Detail
-
onAttributePropertyChange
void onAttributePropertyChange(IAttribute senderAttribute)
属性更新后 调用这个方法通知
-
-