Uses of Interface
com.openfin.desktop.BusListener

Packages that use BusListener
com.openfin.desktop   
 

Uses of BusListener in com.openfin.desktop
 

Methods in com.openfin.desktop with parameters of type BusListener
 void InterApplicationBus.subscribe(String sourceUuid, String topic, BusListener listener)
          Subscribes to messages on the specified topic
 void InterApplicationBus.subscribe(String sourceUuid, String topic, BusListener listener, AckListener callback)
          Subscribes to messages on the specified topic
 void InterApplicationBus.unsubscribe(String sourceUuid, String topic, BusListener listener)
          Unsubscribes to messages on the specified topic
 void InterApplicationBus.unsubscribe(String sourceUuid, String topic, BusListener listener, AckListener callback)
          Unsubscribes to messages on the specified topic
 



Copyright © 2016. All rights reserved.