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