Package com.vaadin.shared.ui.ui
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
uiClosed(boolean sessionExpired)
Informs the client that the UI has been closed.
-