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 theSubscriptionListenerinstances that were added to this client.Methods in com.lightstreamer.client with parameters of type SubscriptionListenerModifier and TypeMethodDescriptionvoidSubscription.addListener(SubscriptionListener listener) Adds a listener that will receive events from the Subscription instance.voidSubscription.removeListener(SubscriptionListener listener) Removes a listener from the Subscription instance so that it will not receive events anymore.