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