鸿蒙OS Component.RotationEventListener

Component.RotationEventListener

public static interface Component.RotationEventListener

提供从组件分派旋转事件时要调用的回调。

该回调将在组件接收到事件之前被调用。

方法总结

修饰符和类型 方法 描述
boolean onRotationEvent(Component component, RotationEvent event) 旋转分派给组件的旋钮事件。

方法详情

onRotationEvent

boolean onRotationEvent(Component component, RotationEvent event)

旋转分派给组件的旋钮事件。

侦听器在组件接收到事件之前响应旋转事件。

参数:

参数名称 参数描述
component 指示将旋转事件分派到的组件。
event 指示有关轮换事件的所有信息。

返回:

如果侦听器已经处理了事件,则返回 true; 否则返回 false。

版权声明:本文采用知识共享 署名4.0国际许可协议 [BY-NC-SA] 进行授权
文章名称:《鸿蒙OS Component.RotationEventListener》
文章链接:https://zhuji.vsping.com/314125.html
本站资源仅供个人学习交流,请于下载后24小时内删除,不允许用于商业用途,否则法律问题自行承担。