Uses of Interface
com.lightstreamer.interfaces.data.ItemEvent
-
Packages that use ItemEvent Package Description com.lightstreamer.interfaces.data -
-
Uses of ItemEvent in com.lightstreamer.interfaces.data
Methods in com.lightstreamer.interfaces.data with parameters of type ItemEvent Modifier and Type Method Description voidItemEventListener. smartUpdate(java.lang.Object itemHandle, ItemEvent event, boolean isSnapshot)Can be called by a Data Adapter that implements the extended interface SmartDataProvider to send an ItemEvent to Lightstreamer Kernel when the ItemEvent is implemented as an ItemEvent instance.voidItemEventListener. update(java.lang.String itemName, ItemEvent event, boolean isSnapshot)Called by a Data Adapter to send an ItemEvent to Lightstreamer Kernel when the ItemEvent is implemented as an ItemEvent instance.
-