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