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
-