| 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 |