This document outlines the different event handling methods available for Ext JS components. It lists instance methods like addEvents, addListener, and fireEvent that allow components to fire and listen for events. It also lists class methods like capture and observeClass that manage event capturing. Experimental methods like beforeMethod and afterMethod are mentioned for modifying method behavior. Key component lifecycle methods related to events like initComponent, constructor, and listeners are also referenced.