Uses of Interface
com.lightstreamer.interfaces.metadata.CustomizableItemEvent
Packages that use CustomizableItemEvent
-
Uses of CustomizableItemEvent in com.lightstreamer.interfaces.metadata
Methods in com.lightstreamer.interfaces.metadata with parameters of type CustomizableItemEventModifier and TypeMethodDescriptionvoidMetadataProvider.customizeUpdate(String user, String item, String dataAdapter, 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.voidMetadataProviderAdapter.customizeUpdate(String user, String item, CustomizableItemEvent event) Reduced, backward-compatibility version of the Customizer implementation method.voidMetadataProviderAdapter.customizeUpdate(String user, String item, String dataAdapter, 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.