Hey,
> I was just wondering what are the benefits of the new qx.event.Emitter
> implementation versus the old static qx.event.Registration - except the
> "short refactoring" on(), once() and off() functions ?

The event emitter is usually used in the scenarios where you can't afford to 
use the heavy weight event layer which is bound to the event registration. This 
layer is designed to work for building a RIA and therefore, should be used when 
building a RIA. But in a scenario where you just want to extend some content on 
a website, this event layer is way too big and therefore, we added an 
alternative.

Regards,
Martin
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to