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
ConstructorDescriptionDevModeBrowserLauncher
(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
-