鸿蒙OS ListComponent.OnComponentBoundStatusChangeListener
2022-09-08 17:11 更新
ListComponent.OnComponentBoundStatusChangeListener
public static interface ListComponent.OnComponentBoundStatusChangeListener
实现监听 ListComponent 的状态变化。
方法总结
修饰符和类型 | 方法 | 描述 |
---|---|---|
void | onChildComponentBoundToWindow(Component component) | 当组件绑定到此 ListComponent 时调用。 |
void | onChildComponentUnboundFromWindow(Component component) | 当组件与此 ListComponent 解除绑定时调用。 |
方法详情
onChildComponentBoundToWindow
void onChildComponentBoundToWindow(Component component)
当组件绑定到此 ListComponent 时调用。
参数:
参数名称 | 参数描述 |
---|---|
component | 表示组件绑定。 |
onChildComponentUnboundFromWindow
void onChildComponentUnboundFromWindow(Component component)
当组件与此 ListComponent 解除绑定时调用。
参数:
参数名称 | 参数描述 |
---|---|
component | 表示组件未绑定。 |
以上内容是否对您有帮助:
更多建议: