com.vaadin.event.

Class MarkedAsDirtyConnectorEvent

  • All Implemented Interfaces:

    Serializable

    public class MarkedAsDirtyConnectorEvent
    extends ConnectorEvent

    Event which is fired for all registered MarkDirtyListeners when a connector is marked as dirty.

    Since:

    8.4

    See Also:

    Serialized Form

    • Constructor Detail

      • MarkedAsDirtyConnectorEvent

        public MarkedAsDirtyConnectorEvent​(ClientConnector source,
                                           UI ui)
    • Method Detail

      • getUi

        public UI getUi()

        Get the UI for which the connector event was fired

        Returns:

        target ui for event