package com.adobe.arise.aggregator { import flash.events.EventDispatcher; [Event(name="feedEvent", type="com.adobe.arise.AggregatorEvent")] [Event(name="errorEvent", type="com.adobe.arise.AggregatorEvent")] [Event(name="ioError", type="flash.events.IOErrorEvent")] [Event(name="progress", type="flash.events.ProgressEvent")] public class AggregatorResponder extends EventDispatcher { } }