I’m struggling with IEventDispatcher. I have event proxies which dispatch events from event dispatchers. For this to work, the pseudo-event dispatcher implements IEventDispatcher, but does not inherit for EventDispatcher.
It implements its own dispatchEvent(). The problem is that the signature of public function dispatchEvent(event:Event):Boolean does not work unless flash.events.Event is specifically specified. Harbs