Interface UIClientRpc

  • All Superinterfaces:
    ClientRpc, Serializable

    public interface UIClientRpc
    extends ClientRpc
    Server to Client RPC methods for UI.
    Since:
    7.1
    Author:
    Vaadin Ltd
    • Method Detail

      • uiClosed

        void uiClosed​(boolean sessionExpired)
        Informs the client that the UI has been closed.
        Parameters:
        sessionExpired - true if the ui was closed because the session expired, false otherwise