Is there a way that I can register my app to receive a specific notification when it is posted for _any_ other app?
For example, so I could register for the "NSApplicationDidBecomeActiveNotification" and have my method called whenever the user switches apps (not just to mine), and then find out the name of the newly activated app.