Package com.vaadin.copilot
Class CopilotIndexHtmlLoader
java.lang.Object
com.vaadin.copilot.CopilotIndexHtmlLoader
- All Implemented Interfaces:
VaadinServiceInitListener
,Serializable
,EventListener
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
serviceInit
(ServiceInitEvent event) Run when aVaadinService
instance is initialized.
-
Constructor Details
-
CopilotIndexHtmlLoader
public CopilotIndexHtmlLoader()
-
-
Method Details
-
serviceInit
Description copied from interface:VaadinServiceInitListener
Run when aVaadinService
instance is initialized.- Specified by:
serviceInit
in interfaceVaadinServiceInitListener
- Parameters:
event
- the service initialization event
-