Interface IAttributeReadyCallback
-
- All Known Implementing Classes:
ComposeAttributesProvider,ObjectInspector,ObjectInspectorPanel,SimpleObjectInspector
public interface IAttributeReadyCallbackIAttributeUpdateCallback- Author:
- zhang
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAttributeReady(IAttributesProvider attributeProvider)属性准备好后 调用这个方法通知
-
-
-
Method Detail
-
onAttributeReady
void onAttributeReady(IAttributesProvider attributeProvider)
属性准备好后 调用这个方法通知
-
-