Package com.openfin.desktop
Interface BusListener
-
public interface BusListenerListener for subscribed messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonMessageReceived(java.lang.String sourceUuid, java.lang.String topic, java.lang.Object payload)Invoked when a subscrbied message is received
-