Package com.vaadin.copilot
Class HotswapListener
java.lang.Object
com.vaadin.copilot.HotswapListener
- All Implemented Interfaces:
com.vaadin.flow.hotswap.VaadinHotswapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonHotswapComplete(com.vaadin.flow.hotswap.HotswapCompleteEvent event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.hotswap.VaadinHotswapper
onClassLoadEvent, onClassLoadEvent
-
Constructor Details
-
HotswapListener
public HotswapListener()
-
-
Method Details
-
onHotswapComplete
public void onHotswapComplete(com.vaadin.flow.hotswap.HotswapCompleteEvent event) - Specified by:
onHotswapCompletein interfacecom.vaadin.flow.hotswap.VaadinHotswapper
-