On 7/3/16, 1:52 AM, "Harbs" <harbs.li...@gmail.com> wrote:
>I’m struggling to understand events in FlexJS. It looks like events are >conditionally handled to be either “flex” events on the swf side of >“flex” events on the JS side. Specifically, I’m looking at HTTPService. >Why does it not use flex events for everything? I'm not quite sure what you are referring to. Each class should output the same org.apache.flex.events.Event or similar for use by application developers and downstream libraries. Internally it might have to grab different events though. -Alex