| Programming ActionScript 3.0 > Flash Player APIs > Handling Events | |||
An event handling system allows programmers to respond to user input and system events in a convenient way. The new ActionScript 3.0 event model is not only convenient, but also standards-compliant, and well integrated with the new Adobe Flash Player 9 display list. Based on the Document Object Model (DOM) Level 3 Events Specification, an industry-standard event handling architecture, the new event model provides a powerful yet intuitive event handling tool for ActionScript programmers.
This chapter is organized in five sections. The first two sections provide background information about event handling in ActionScript. The last three sections describe the main concepts behind the new event model: the event flow, the event object, and event listeners. The ActionScript 3.0 event handling system interacts closely with the display list, and this chapter assumes that you have a basic understanding of the display list. For more information, see Display Programming.
Flex 2.01
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flex/201/html/16_Event_handling_172_1.html