Uses of Class
com.vaadin.base.devserver.hotswap.HotswapClassEvent
Packages that use HotswapClassEvent
Package
Description
-
Uses of HotswapClassEvent in com.vaadin.base.devserver.hotswap
Subclasses of HotswapClassEvent in com.vaadin.base.devserver.hotswapModifier and TypeClassDescriptionclassEvent object passed toVaadinHotswapperimplementations during hotswap processing of Java classes for a specificVaadinSession.Methods in com.vaadin.base.devserver.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.base.devserver.hotswap.impl
Methods in com.vaadin.base.devserver.hotswap.impl with parameters of type HotswapClassEventModifier and TypeMethodDescriptionvoidReflectionCacheHotswapper.onClassesChange(HotswapClassEvent event) voidRouteRegistryHotswapper.onClassesChange(HotswapClassEvent event) Updates both application registry, to reflect provided class changes.voidStyleSheetHotswapper.onClassesChange(HotswapClassEvent event) -
Uses of HotswapClassEvent in com.vaadin.hilla
Methods in com.vaadin.hilla with parameters of type HotswapClassEvent