[填空题] 根据下列类声明,可以得知类TwoListeners能够处理两类事件:WindowEvent和______。
public class TwoListeners implements MouseMotionListener,
WindowListener
......
正确答案:MouseEvent
参考解析:该题考查MouseMotionLlstener接口对应的事件,TwoListeners继承了MouseMotionListener接口,MouseMotionListener接口对应的事件为鼠标移动事件。因此答案是MouseEvent。


![[填空题] 根据下列类声明,可以得知类TwoListeners能够处理两类事件:WindowEvent和 [填空题] 根据下列类声明,可以得知类TwoListeners能够处理两类事件:WindowEvent和](http://www.mshxw.com/aiimages/31/481386.png)
