com.openfin.desktop
Interface BusListener


public interface BusListener

Listener for subscribed messages.


Method Summary
 void onMessageReceived(String sourceUuid, String topic, Object payload)
          Invoked when a subscrbied message is received
 

Method Detail

onMessageReceived

void onMessageReceived(String sourceUuid,
                       String topic,
                       Object payload)
Invoked when a subscrbied message is received

Parameters:
sourceUuid - Source of th message
topic - Topic of the message
payload - Message content


Copyright © 2016. All rights reserved.