鸿蒙OS ListComponent.CachePolicyListener
2022-09-08 17:08 更新
ListComponent.CachePolicyListener
public static interface ListComponent.CachePolicyListener
实现监听以将组件添加到 ListComponentPool。
方法总结
修饰符和类型 | 方法 | 描述 |
---|---|---|
void | onCachePolicy(ComponentOwner owner) | 回收组件时调用。代码 ListComponent 在清除 ComponentOwner 的内部数据并将组件添加到 ListComponentPool 之前调用此方法。 |
方法详情
onCachePolicy
void onCachePolicy(ComponentOwner owner)
回收组件时调用。代码 ListComponent 在清除 ComponentOwner 的内部数据并将组件添加到 ListComponentPool 之前调用此方法。
参数:
参数名称 | 参数描述 |
---|---|
owner | 表示回收组件的 ComponentOwner。 |
以上内容是否对您有帮助:
更多建议: