Uses of Interface
com.lightstreamer.client.mpn.MpnSubscriptionListener
Packages that use MpnSubscriptionListener
-
Uses of MpnSubscriptionListener in com.lightstreamer.client.mpn
Methods in com.lightstreamer.client.mpn that return types with arguments of type MpnSubscriptionListenerModifier and TypeMethodDescriptionMpnSubscription.getListeners()Returns the list containing theMpnSubscriptionListenerinstances that were added to this MpnSubscription.Methods in com.lightstreamer.client.mpn with parameters of type MpnSubscriptionListenerModifier and TypeMethodDescriptionvoidMpnSubscription.addListener(MpnSubscriptionListener listener) Adds a listener that will receive events from the MpnSubscription instance.
The same listener can be added to several different MpnSubscription instances.voidMpnSubscription.removeListener(MpnSubscriptionListener listener) Removes a listener from the MpnSubscription instance so that it will not receive events anymore.