类中若要处理ActionEvent事件,则该类需要实现的接口是()
A: ActionListener
B: Runnable
C: Serializable
D: Event
A: ActionListener
B: Runnable
C: Serializable
D: Event
举一反三
- 在类中若要处理ActionEvent事件,则该类需要实现的接口是( ) A: Action B: Runnable C: Serializable D: ActionListener
- 在类中若要处理ActionEvent事件,则该类需要实现的接口是
- 在类中若要处理ActionEvent事件,则该类需要实现的接口是Listener。
- 处理ActionEvent事件的监听器对象需要实现哪个接口( ) A: ActionListener B: KeyAdapter C: KeyEvent D: KeyListener
- 按钮可以产生ActionEvent事件,要处理该事件需要实现的接口是()。 A: FocusListener B: ComponentListener C: WindowListener D: ActionListener