Uses of Interface
com.openfin.desktop.BusListener
| Package | Description |
|---|---|
| com.openfin.desktop |
-
Uses of BusListener in com.openfin.desktop
Methods in com.openfin.desktop with parameters of type BusListener Modifier and Type Method Description voidInterApplicationBus. subscribe(java.lang.String sourceUuid, java.lang.String topic, BusListener listener)Subscribes to messages on the specified topicvoidInterApplicationBus. subscribe(java.lang.String sourceUuid, java.lang.String topic, BusListener listener, AckListener callback)Subscribes to messages on the specified topicvoidInterApplicationBus. unsubscribe(java.lang.String sourceUuid, java.lang.String topic, BusListener listener)Unsubscribes to messages on the specified topicvoidInterApplicationBus. unsubscribe(java.lang.String sourceUuid, java.lang.String topic, BusListener listener, AckListener callback)Unsubscribes to messages on the specified topic