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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DevModeBrowserLauncher(org.springframework.boot.SpringApplication application, String[] arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrunning(org.springframework.context.ConfigurableApplicationContext context)
-
-
-
Constructor Detail
-
DevModeBrowserLauncher
public DevModeBrowserLauncher(org.springframework.boot.SpringApplication application, String[] arguments)
-
-