Tutorial: inter-application-bus.addUnsubscribeListener

inter-application-bus.addUnsubscribeListener

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);
});