colinlin1982 / maashaack

Automatically exported from code.google.com/p/maashaack
0 stars 0 forks source link

system.events.EventDispatcher #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Inherit flash.events.EventDispatcher (for the moment don't use a full DOM 
W3C version but a AS3 version based FlashPlayer implementation)

Create a subclass of this class to create the inherit with the 
flash.events.EventDispatcher class !

Original issue reported on code.google.com by ekamel...@gmail.com on 19 Dec 2008 at 9:15

GoogleCodeExporter commented 9 years ago
The internal subclass to implement the system.events.EventDispatcher class is 
the 
InternalDispatcher class.

This class not must be instanciated and must be internal !

Original comment by ekamel...@gmail.com on 19 Dec 2008 at 10:08

GoogleCodeExporter commented 9 years ago
add the getChannels() static method who return the Array representation of all
channels register in the EventDispatcher factory (locator).

Original comment by ekamel...@gmail.com on 5 Feb 2009 at 10:41

GoogleCodeExporter commented 9 years ago
Fixed with this unit test in the rev 523 (+ add the method getChannels())

Original comment by ekamel...@gmail.com on 5 Feb 2009 at 10:53