system.events.Broadcaster interface
GoogleCodeExporter opened this issue · 1 comments
GoogleCodeExporter commented
system.events.Broadcaster interface
Implements the methods :
addListener( listener:* ):Boolean
broadcastMessage( message:String , ...rest:Array ):*
removeListener( listener:* ):Boolean
Like AS1 ASBroadcaster
Original issue reported on code.google.com by ekamel...@gmail.com
on 19 Aug 2009 at 8:23
GoogleCodeExporter commented
fixed in the revision 858 :
http://code.google.com/p/maashaack/source/detail?r=858
Original comment by ekamel...@gmail.com
on 19 Aug 2009 at 8:44
- Changed state: Fixed