We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.hotswap.
Package com.vaadin.flow.hotswap
Class HotswapCompleteEvent
java.lang.Object
com.vaadin.flow.hotswap.HotswapCompleteEvent
-
Constructor Summary
ConstructorsConstructorDescriptionHotswapCompleteEvent
(VaadinService vaadinService, Set<Class<?>> classes, boolean redefined) -
Method Summary
Modifier and TypeMethodDescriptionGets the classes that were updated.
Gets the Vaadin service.
boolean
Checks if the classes were redefined (as opposed to being new classes).
-
Constructor Details
-
HotswapCompleteEvent
-
-
Method Details
-
getClasses
Gets the classes that were updated.
Returns:
the updated classes
-
isRedefined
public boolean isRedefined()Checks if the classes were redefined (as opposed to being new classes).
Returns:
true if the classes have been redefined by hotswap
-
getService
Gets the Vaadin service.
Returns:
the vaadin service
-