com.vaadin.event.

Class ConnectorEvent

    • Constructor Detail

      • ConnectorEvent

        public ConnectorEvent​(ClientConnector source)

        Creates a new event fired by the given source.

        Parameters:

        source - the source connector

    • Method Detail

      • getConnector

        public ClientConnector getConnector()

        Returns the connector that fired the event.

        Returns:

        the source connector