com.vaadin.event.

Class UIEvents.PollEvent

  • All Implemented Interfaces:

    Serializable

    Enclosing interface:

    UIEvents

    public static class UIEvents.PollEvent
    extends Component.Event

    An event that is fired whenever a client polls the server for asynchronous UI updates.

    Since:

    7.2

    Author:

    Vaadin Ltd

    See Also:

    Serialized Form

    • Constructor Detail

      • PollEvent

        public PollEvent​(UI ui)
    • Method Detail

      • getUI

        public UI getUI()

        Get the UI instance that received the poll request.

        Returns:

        the UI that received the poll request. Never null.