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

    Constructors
    Constructor
    Description
    DevModeBrowserLauncher(org.springframework.boot.SpringApplication application, String[] arguments)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    ready(org.springframework.context.ConfigurableApplicationContext context, Duration timeTaken)
     

    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 interface org.springframework.boot.SpringApplicationRunListener