com.vaadin.flow.server.

Interface UIInitListener

All Superinterfaces:

Serializable

All Known Implementing Classes:

Hotswapper

Functional Interface:

This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface UIInitListener extends Serializable

Event listener that can be registered for receiving an event when a UI is initialized.

Since:

1.0

  • Method Summary

    Modifier and Type
    Method
    Description
    void

    Notifies when UI is initialized .

  • Method Details

    • uiInit

      void uiInit(UIInitEvent event)

      Notifies when UI is initialized .

      Parameters:

      event - event for the initialization