课程 Java程序设计11:Event Handling (怀旧版)

来源:互联网 发布:廉颇皮肤优化 编辑:程序博客网 时间:2024/05/17 07:58

Event Handling:

下载   返回课程目录

  • Define events and event handling
  • Write code to handle events that occur in a GUI
  • Describe the concept of adapter classes, including how and when to use them
  • Determine the user action that originated the event from the event object details
  • Identify the appropriate interface for a variety of event types
  • Create the appropriate event handler methods for a variety of event types
  • Understand the use of inner classes and anonymous classes in event handling