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.copilot.
Package com.vaadin.copilot
Class HotswapListener
java.lang.Object
com.vaadin.copilot.HotswapListener
All Implemented Interfaces:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called by Vaadin hotswap entry point after all hotswap related operations have been completed.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.vaadin.flow.hotswap.VaadinHotswapper
onClassLoadEvent, onClassLoadEvent
-
Constructor Details
-
HotswapListener
public HotswapListener()
-
-
Method Details
-
onHotswapComplete
Description copied from interface:
VaadinHotswapper
Called by Vaadin hotswap entry point after all hotswap related operations have been completed.
Specified by:
onHotswapComplete
in interfaceVaadinHotswapper
Parameters:
event
- an event containing information about the hotswap operation.
-