Hello, qooxdoo's event system is really neat. There is one thing that I was thinking about: it would be good if one could "hook into" the events being dispatched without explicitly having to attach event listeners. I want to propagate certain events to the server without the event dispatcher or event listener knowing about it. Since I want the ability to filter by event type, I need to know about *all* events that take place regardless of source or target. One way this could be implemented is to place the call in the event dispacher code to an empty hook function which then can be defined if needed.
Would this be consistent with qooxdoo architecture? I could write a small patch to implement this. Best, Christian ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
