在类中若要处理ActionEvent事件,则该类需要实现的接口是( )
A: Action
B: Runnable
C: Serializable
D: ActionListener
A: Action
B: Runnable
C: Serializable
D: ActionListener
举一反三
- 类中若要处理ActionEvent事件,则该类需要实现的接口是() A: ActionListener B: Runnable C: Serializable D: Event
- 在类中若要处理ActionEvent事件,则该类需要实现的接口是
- 在类中若要处理ActionEvent事件,则该类需要实现的接口是Listener。
- 在案例中,类通过实现()接口将自己定义为可以监听事件的事件监听器类。 A: ActionEvent B: Runable C: ActionListener D: Action
- 处理ActionEvent事件的监听器对象需要实现哪个接口( ) A: ActionListener B: KeyAdapter C: KeyEvent D: KeyListener