Interface IAttributeEditorValueChangedHandler
-
public interface IAttributeEditorValueChangedHandler编辑器属性发生变化的通知事件
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAttributeChanged(IAttributeEditor editor, IAttribute attribute)属性变化
-
-
-
Method Detail
-
onAttributeChanged
void onAttributeChanged(IAttributeEditor editor, IAttribute attribute)
属性变化- Parameters:
editor-attribute-
-
-