com.vaadin.shared.ui.ui
Interface UIClientRpc

All Superinterfaces:
ClientRpc, java.io.Serializable

public interface UIClientRpc
extends ClientRpc

Server to Client RPC methods for UI

Since:
7.1
Author:
Vaadin Ltd

Method Summary
 void uiClosed(boolean sessionExpired)
          Informs the client that the UI has been closed
 

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


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.