system.events.FastDispatcher
GoogleCodeExporter opened this issue · 1 comments
GoogleCodeExporter commented
This dispatcher don't use the AS3 native event model but use a simple
observer pattern to register and unregister listeners with callback methods
insides.
The dispatcher notify Event objects in the callback methods of the listeners.
This implementation is a mix between AS3 Event objects and old
ASBroadcaster AS1 implementation.
Original issue reported on code.google.com by ekamel...@gmail.com
on 11 Aug 2009 at 12:51
GoogleCodeExporter commented
Fixed in the revision 854 :
http://code.google.com/p/maashaack/source/detail?r=854
Original comment by ekamel...@gmail.com
on 11 Aug 2009 at 12:51
- Changed state: Fixed