You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.

Class PollEvent

    • Constructor Detail

      • PollEvent

        public PollEvent​(UI ui,
                         boolean fromClient)

        Creates a new event using the given source and indicator whether the event originated from the client side or the server side.

        Parameters:

        ui - the source UI

        fromClient - true if the event originated from the client side, false otherwise