下面代码的空白处可以填写的类是()。 class B extends Frame implements _________ { public void actionPerformed(_______ e){} }
ActionEvent,ActionListener
B. ActionListener,ActionEvent
C. TextListener,TextEvent
D. ItemListener,ItemEvent
当在List组件中鼠标单击选择一个列表项,将会触发()事件
ActionEvent
B. ItemEvent
C. WindowEvent
D. TextListener