GNOME Bugzilla – Bug 405408
Implement event chaining
Last modified: 2007-05-15 20:14:00 UTC
Currently only named tasks can be chained. It would be powerful if event and named task chaining were unified.
Fix is easier than I first thought. We don't need event chaining. We just need the ability to chain to events. This can now be accomplished by registering named tasks that are *not event tasks themselves* and chaining them to event tasks. This allows the top-down event processing model to continue as it always has while allowing perks to register tasks around, before, and after particular event handler tasks.