Class ConfigureUIServiceInitListener

  • All Implemented Interfaces:
    com.vaadin.flow.server.VaadinServiceInitListener, java.io.Serializable, java.util.EventListener

    @Component
    public class ConfigureUIServiceInitListener
    extends java.lang.Object
    implements com.vaadin.flow.server.VaadinServiceInitListener
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void serviceInit​(com.vaadin.flow.server.ServiceInitEvent event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConfigureUIServiceInitListener

        public ConfigureUIServiceInitListener()
    • Method Detail

      • serviceInit

        public void serviceInit​(com.vaadin.flow.server.ServiceInitEvent event)
        Specified by:
        serviceInit in interface com.vaadin.flow.server.VaadinServiceInitListener