I want to create a SharePoint extension, that needs to get notified for every Item event in the whole SharePoint. Normally, one can use ItemEventReceivers to get such notifications for a specific list. But in order to get the notifications from the whole sharepoint I'd have to add the event receiver for every list in every Web in every Site.
Is there a better way to do it?