Uses of Interface
com.lightstreamer.client.mpn.MpnDeviceListener
Packages that use MpnDeviceListener
-
Uses of MpnDeviceListener in com.lightstreamer.client.mpn
Methods in com.lightstreamer.client.mpn that return types with arguments of type MpnDeviceListenerModifier and TypeMethodDescriptionMpnDevice.getListeners()List containing theMpnDeviceListenerinstances that were added to this MPN device object.Methods in com.lightstreamer.client.mpn with parameters of type MpnDeviceListenerModifier and TypeMethodDescriptionvoidMpnDevice.addListener(MpnDeviceListener listener) Adds a listener that will receive events from the MPN device object.
The same listener can be added to several different MPN device objects.voidMpnDevice.removeListener(MpnDeviceListener listener) Removes a listener from the MPN device object so that it will not receive events anymore.