Intercept clicks on URLs

What's the proper way to intercept clicks on URLs in apps? For example, when clicking on a web link in Mail.app, the standard behavior is to open the default browser. I want to create an application that handles these clicks

Accepted Reply

Replies

Taken a look at using completionHandler ...?