com.vaadin.server.

Class UIProviderEvent

    • Constructor Detail

      • UIProviderEvent

        public UIProviderEvent​(VaadinRequest request)

        Creates a new UI provider event.

        Parameters:

        request - the request for which the event is UI provider is invoked

    • Method Detail

      • getService

        public VaadinService getService()

        Gets the Vaadin service from which the event originates.

        Returns:

        the Vaadin service

      • getRequest

        public VaadinRequest getRequest()

        Gets the request associated with this event.

        Returns:

        the Vaadin request