你可能感兴趣的试题
ActionListener ActionEventListener ConminerListener ContainerEventListener
ActionListener Focuslistener MouseMotionListener ChangeListener
ActionListener ActionEventListener ContainerListener ContainerEventListener
__要处理某类型的事件,必须实现该类事件相应的接口 授权处理模型把事件的处理和事件源分开,将处理交付外部的处理实体进行 在Java中,每一个事件类都有一个与之相对应的接口 __要处理某类型的事件,不一定必须实现与该类事件相应的接口
同一个对象可以监听一个事件源上的多个不同的事件 一个类中可以同时出现事件源和事件处理者 一个类可以实现多个__接口 一个类只能实现一个__接口
ActionListener cuslistener MouseMotionListener ChangeListener
ActionListener FocusListener MouseMotionListener ChangeListener
下拉菜单可以被添加到MenuBar或者其他菜单中 MenuItem对象可以添加ActionListener__ MenuBar和Menu都可以不用注册__ 若要对MenuItem添加__,也必须对MenuBar添加__