com.vaadin.flow.server.

Class UIInitEvent

    • Constructor Detail

      • UIInitEvent

        public UIInitEvent(UI ui,
                           VaadinService service)

        Constructs a prototypical Event.

        Parameters:

        service - the service from which the event originates

        ui - the initialized UI

    • Method Detail

      • getUI

        public UI getUI()

        Get the initialized UI for this initialization event.

        Returns:

        initialized UI