colinlin1982 / maashaack

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

system.events.FastDispatcher #182

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 9 years ago
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