如果有一个对象myListener(其中myListener对象实现了ActionListener接口),下列哪条语句使得myListener对象能够接受处理来自于smallButton按钮对象的动作事件?()
举一反三
- 处理ActionEvent事件的监听器对象需要实现哪个接口( ) A: ActionListener B: KeyAdapter C: KeyEvent D: KeyListener
- 实现下列()接口可以对JTextField对象的事件进行监听和处理。 A: ActionListener B: MouseMotionListener C: WindowListener D: FocusListener
- 要将代词this所指代对象注册为jB1的ActionListener,下列哪条语句正确?
- 实现下列哪个接口可以对TextField对象的事件进行监听和处理?() A: MouseMotionListener B: FocusListener C: ActionListener D: WindowListener
- 处理KeyEvent事件的监听器对象只有实现KeyListener接口一个途径