Return to Snippet

Revision: 50050
at August 5, 2011 06:08 by jasonschell


Initial Code
override public function dispatchEvent(event:Event):Boolean
{
	if (data)
		trace(data.name + " dispatched event " + event.type);
	return super.dispatchEvent(event);
}

Initial URL


Initial Description
This is an example using an item renderer. The concept is the same.

Initial Title
Trace all events from IEventDispatcher

Initial Tags


Initial Language
ActionScript 3