public static interface Component.BindStateChangedListener
提供当组件绑定到其窗口或从其窗口分离时要调用的回调。
修饰符和类型 | 方法 | 描述 |
---|---|---|
void | onComponentBoundToWindow(Component component) | 当组件绑定到窗口时调用。 |
void | onComponentUnboundFromWindow(Component component) | 当组件与窗口解除绑定时调用。 |
void onComponentBoundToWindow(Component component)
当组件绑定到窗口时调用。
参数:
参数名称 | 参数描述 |
---|---|
component | 表示已绑定到窗口的组件。 |
void onComponentUnboundFromWindow(Component component)
当组件与窗口解除绑定时调用。
参数:
参数名称 | 参数描述 |
---|---|
component | 指示已从窗口分离的组件。 |
备案信息: 粤ICP备15087711号-2
Copyright © 2008-2024 啊嘎哇在线工具箱 All Rights.
本站所有资料来源于网络,版权归原作者所有,仅作学习交流使用,如不慎侵犯了您的权利,请联系我们。