要定义组件的处理事件,经常需要用到ActionListener接口。ActionListener是java.awt.event包中的一个接口,它定义的事件的处理方法是。
A: publicvoidActionPerformed(ActionEvente)
B: publicvoidActionperformed(ActionEvente)
C: publicvoidactionperformed(ActionEvente)
D: publicvoidactionPerformed(ActionEvente)
A: publicvoidActionPerformed(ActionEvente)
B: publicvoidActionperformed(ActionEvente)
C: publicvoidactionperformed(ActionEvente)
D: publicvoidactionPerformed(ActionEvente)
举一反三
- 类中若要处理ActionEvent事件,则该类需要实现的接口是() A: ActionListener B: Runnable C: Serializable D: Event
- Java中,()接口可以处理ActionEvent事件 A: FocusListener B: ComponentListener C: WindowListener D: ActionListener
- 在Java中,要处理Button类对象的事件,以下各项中,哪个是可以处理这个事件的接口? A: FocusListener B: ComponentListener C: WindowListener D: ActionListener
- 按钮可以产生ActionEvent事件,要处理该事件需要实现的接口是()。 A: FocusListener B: ComponentListener C: WindowListener D: ActionListener
- (事件处理)对鼠标点击按钮操作进行事件处理的接口是_______。 A: MouseListener B: WindowListener C: KeyListener D: ActionListener