Adds a listener that gets called when applications subscribe to the current application's messages.
Example
fin.desktop.InterApplicationBus.addSubscribeListener(function (uuid, topic, name) {
console.log("The application " + uuid + " has subscribed to " + topic);
});