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.flow.spring.
Package com.vaadin.flow.spring
Class DevModeBrowserLauncher
java.lang.Object
com.vaadin.flow.spring.DevModeBrowserLauncher
All Implemented Interfaces:
Serializable
, org.springframework.boot.SpringApplicationRunListener
public class DevModeBrowserLauncher
extends Object
implements org.springframework.boot.SpringApplicationRunListener, Serializable
Utilities for launching a browser when running in development mode.
See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDevModeBrowserLauncher
(org.springframework.boot.SpringApplication application, String[] arguments) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.boot.SpringApplicationRunListener
contextLoaded, contextPrepared, environmentPrepared, failed, started, starting
-
Constructor Details
-
DevModeBrowserLauncher
public DevModeBrowserLauncher(org.springframework.boot.SpringApplication application, String[] arguments)
-
-
Method Details
-
ready
public void ready(org.springframework.context.ConfigurableApplicationContext context, Duration timeTaken) Specified by:
ready
in interfaceorg.springframework.boot.SpringApplicationRunListener
-