Interface IAttributeEditorNotifyHandler
-
- All Known Implementing Classes:
AttributeItemEditorProxy
public interface IAttributeEditorNotifyHandler属性编辑器的通知事件 当属性编辑器 需要通知属性编辑器本身的状态变化时 会调用这个接口
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandlerEditorNotify(NotifyKind kind, Object data)
-
-
-
Method Detail
-
handlerEditorNotify
void handlerEditorNotify(NotifyKind kind, Object data)
-
-