summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-04-23 09:22:16 +0300
committerArtur Signell <artur@vaadin.com>2014-04-23 09:22:16 +0300
commit5a97058359b0e7d850d6dfca6b8737dff56dc51d (patch)
treeb9414bea9a8a4701173f213f029cc2a36c815240 /shared
parent134c3bb96bfeaf1eab488e685f3b5dce3093e0ef (diff)
downloadvaadin-framework-5a97058359b0e7d850d6dfca6b8737dff56dc51d.tar.gz
vaadin-framework-5a97058359b0e7d850d6dfca6b8737dff56dc51d.zip
Javadoc fix
Change-Id: If07374ae79b6970ccdd47e24aecb866bd5bbc838
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/ui/ui/UIClientRpc.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/shared/src/com/vaadin/shared/ui/ui/UIClientRpc.java b/shared/src/com/vaadin/shared/ui/ui/UIClientRpc.java
index 3067b10e24..c63f5aa275 100644
--- a/shared/src/com/vaadin/shared/ui/ui/UIClientRpc.java
+++ b/shared/src/com/vaadin/shared/ui/ui/UIClientRpc.java
@@ -26,8 +26,11 @@ import com.vaadin.shared.communication.ClientRpc;
public interface UIClientRpc extends ClientRpc {
/**
- * @since
+ * Informs the client that the UI has been closed
+ *
* @param sessionExpired
+ * true if the ui was closed because the session expired, false
+ * otherwise
*/
void uiClosed(boolean sessionExpired);