Class ApplicationServiceInitListener
java.lang.Object
one.microstream.storage.restclient.app.ApplicationServiceInitListener
- All Implemented Interfaces:
com.vaadin.flow.server.VaadinServiceInitListener
,Serializable
,EventListener
public class ApplicationServiceInitListener extends Object implements com.vaadin.flow.server.VaadinServiceInitListener
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ApplicationServiceInitListener()
-
Method Summary
Modifier and Type Method Description void
serviceInit(com.vaadin.flow.server.ServiceInitEvent serviceInitEvent)
-
Constructor Details
-
ApplicationServiceInitListener
public ApplicationServiceInitListener()
-
-
Method Details
-
serviceInit
public void serviceInit(com.vaadin.flow.server.ServiceInitEvent serviceInitEvent)- Specified by:
serviceInit
in interfacecom.vaadin.flow.server.VaadinServiceInitListener
-