Traits§
- Interface to be implemented to listen to
LightstreamerClient.sendMessage()events reporting a message processing outcome. Events for these listeners are dispatched by a different thread than the one that generates them. All the notifications for a singleLightstreamerClient, including notifications toClientListener,SubscriptionListenerandClientMessageListenerwill be dispatched by the same thread. Only one event per message is fired on this listener.