You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
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