Uses of Interface
com.lightstreamer.client.SubscriptionListener
Packages that use SubscriptionListener
-
Uses of SubscriptionListener in com.lightstreamer.client
Methods in com.lightstreamer.client that return types with arguments of type SubscriptionListenerModifier and TypeMethodDescriptionSubscription.getListeners()
Returns a list containing theSubscriptionListener
instances that were added to this client.Methods in com.lightstreamer.client with parameters of type SubscriptionListenerModifier and TypeMethodDescriptionvoid
Subscription.addListener
(SubscriptionListener listener) Adds a listener that will receive events from the Subscription instance.void
Subscription.removeListener
(SubscriptionListener listener) Removes a listener from the Subscription instance so that it will not receive events anymore.