The EventDispatcher class is the base class for all classes that dispatch
events. The EventDispatcher class implements the IEventDispatcher interface
and is the base class for the DisplayObject class. The EventDispatcher
class allows any object on the display list to be an event target and as
such, to use the methods of the IEventDispatcher interface.