Uses of Class
com.vaadin.flow.hotswap.HotswapClassEvent
Packages that use HotswapClassEvent
Package
Description
-
Uses of HotswapClassEvent in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal with parameters of type HotswapClassEventModifier and TypeMethodDescriptionvoidStyleSheetHotswapper.onClassesChange(HotswapClassEvent event) -
Uses of HotswapClassEvent in com.vaadin.flow.hotswap
Subclasses of HotswapClassEvent in com.vaadin.flow.hotswapModifier and TypeClassDescriptionclassEvent object passed toVaadinHotswapperimplementations during hotswap processing of Java classes for a specificVaadinSession.Methods in com.vaadin.flow.hotswap with parameters of type HotswapClassEventModifier and TypeMethodDescriptiondefault voidVaadinHotswapper.onClassesChange(HotswapClassEvent event) Called by Vaadin hotswap entry point when one or more application classes have been updated. -
Uses of HotswapClassEvent in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal with parameters of type HotswapClassEventModifier and TypeMethodDescriptionvoidReflectionCacheHotswapper.onClassesChange(HotswapClassEvent event) -
Uses of HotswapClassEvent in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal with parameters of type HotswapClassEventModifier and TypeMethodDescriptionvoidRouteRegistryHotswapper.onClassesChange(HotswapClassEvent event) Updates both application registry, to reflect provided class changes.