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