Interfaces
 InterfaceDescription
 IEventIntegrator IEventIntegrator インターフェイスは IEventDispatcher を拡張し、イベントをより統合的に扱うことができる機能を実装します。 IEventIntegrator interface extends the IEventDispatcher and implements the function to handle the event more integrated.
Classes
 ClassDescription
 DocumentEvent SWF ファイルのサイズが変更されたときに Stage オブジェクトから送出されるイベントを受け取った ExDocument オブジェクトによって DocumentEvent オブジェクトが送出されます。 DocumentEvent object will be sent from ExDocument object which received the event sent by Stage object when the size of the SWF file chages.
 EventAggregater EventAggregater クラスは、複数のイベント発生をまとめて処理し、全てのイベントが送出されたタイミングで Event.COMPLETE イベントを送出します。 EventAggregater class will process the several event generation and send the Event.COMPLETE event when the whole event sent.
 EventIntegrator EventIntegrator クラスは、IEventIntegrator インターフェイスを実装した、EventDispatcher クラスのサブクラスです。 EventDispatcher クラスを拡張して、イベントをより統合的に扱うことができるようになります。 EventIntegrator class is a subclass of EventDispatcher class which implements IEventIntegrator interface, It extends the EventDispatcher class and be able to handle the event more integrated.