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 void
InterApplicationBus. subscribe(java.lang.String sourceUuid, java.lang.String topic, BusListener listener)
Subscribes to messages on the specified topicvoid
InterApplicationBus. subscribe(java.lang.String sourceUuid, java.lang.String topic, BusListener listener, AckListener callback)
Subscribes to messages on the specified topicvoid
InterApplicationBus. unsubscribe(java.lang.String sourceUuid, java.lang.String topic, BusListener listener)
Unsubscribes to messages on the specified topicvoid
InterApplicationBus. unsubscribe(java.lang.String sourceUuid, java.lang.String topic, BusListener listener, AckListener callback)
Unsubscribes to messages on the specified topic