鸿蒙OS Component.DefSpeechEventListener
2022-09-19 09:19 更新
Component.DefSpeechEventListener
java.lang.Object
|---ohos.agp.components.Component.DefSpeechEventListener
public static class Component.DefSpeechEventListener
extends Object
implements Component.SpeechEventListener
提供在语音事件绑定到组件时调用的默认回调。
构造函数摘要
构造函数 | 描述 |
---|---|
DefSpeechEventListener() |
方法总结
修饰符和类型 | 方法 | 描述 |
---|---|---|
boolean | onSpeechEvent(Component component, SpeechEvent event) | 当语音事件绑定到组件时调用。 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造函数详细信息
DefSpeechEventListener
public DefSpeechEventListener()
方法详情
onSpeechEvent
public boolean onSpeechEvent(Component component, SpeechEvent event)
当语音事件绑定到组件时调用。 您需要实现此回调来处理语音事件。
指定者:
接口 Component.SpeechEventListener 中的 onSpeechEvent
参数:
参数名称 | 参数描述 |
---|---|
component | 表示绑定到语音事件的组件。 |
event | 表示语音事件。 |
返回:
如果侦听器已经处理了语音事件,则返回 true; 否则返回 false。
以上内容是否对您有帮助:
更多建议: