Uses of Interface
com.lightstreamer.interfaces.metadata.CustomizableItemEvent
-
Packages that use CustomizableItemEvent Package Description com.lightstreamer.interfaces.metadata -
-
Uses of CustomizableItemEvent in com.lightstreamer.interfaces.metadata
Methods in com.lightstreamer.interfaces.metadata with parameters of type CustomizableItemEvent Modifier and Type Method Description void
MetadataProvider. customizeUpdate(java.lang.String user, java.lang.String item, CustomizableItemEvent event)
Called by Lightstreamer Kernel in order to customize events pertaining to an ItemEventBuffer, if such customization has been requested through the enableUpdateCustomization method.void
MetadataProviderAdapter. customizeUpdate(java.lang.String user, java.lang.String item, CustomizableItemEvent event)
Called by Lightstreamer Kernel in order to customize events pertaining to an ItemEventBuffer, if such customization has been requested through the enableUpdateCustomization method.
-