InterApplicationBusaddSubscribeListener Method |
Registers a listener which is called whenever a subscription occurs.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public void addSubscribeListener(
InterAppSubscriptionListener listener
)
Parameters
- listener
- Type: Openfin.DesktopInterAppSubscriptionListener
A function that is called whenever a subscription occurs.
It is passed the topic and application UUID that trigered the event.
See Also