网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

点击按钮可以产生ActionEvent事件,实现( )接口可处理此事件。

A.FocusListener

B.ComponentListener

C.WindowListener

D.ActionListener


参考答案

更多 “ 点击按钮可以产生ActionEvent事件,实现( )接口可处理此事件。A.FocusListenerB.ComponentListenerC.WindowListenerD.ActionListener ” 相关考题
考题 对鼠标点击按钮操作进行事件处理的接口是A ) MouseListenerB ) WindowsListenerC ) ActionListenerD ) KeyListener

考题 简述实现Button按钮的点击事件的方式。

考题 标准的按钮使用动作事件处理器来处理点击按钮事件。 A.错误B.正确

考题 对鼠标点击按钮操作进行事件处理的接口是A.MouseListenerB.WindowListenerC.ActionListenerD.KeyListener

考题 对鼠标点击按钮操作进行事件处理的接口是( )。A.MouseListenerB.WindowListenerC.ActionListenerD.KeyListener

考题 处理ActionEvent事件的监听器对象需要实现哪个接口() A.ActionListenerB.KeyListenerC.KeyEventD.KeyAdapter

考题 如果给按钮添加鼠标点击事件,可以创建ActionListener接口事件监听器类。

考题 在实现普通按钮点击事件的监听器接口OnClickListener时,需要导入android.content.DialogInterface.OnClickListener。()

考题 (事件处理)对鼠标点击按钮操作进行事件处理的接口是_______。A.MouseListenerB.WindowListenerC.KeyListenerD.ActionListener