summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2011-11-22 10:47:17 +0200
committerLeif Åstrand <leif@vaadin.com>2011-11-22 10:47:17 +0200
commit2e94e9a5d34b0821eaf40416fa82926eb30e146a (patch)
tree0a5db6999cc30af845791c1feb8542d7b9fbed8c /src
parent4853a871ead872d640fd8e015dd384e0c134cb3b (diff)
downloadvaadin-framework-2e94e9a5d34b0821eaf40416fa82926eb30e146a.tar.gz
vaadin-framework-2e94e9a5d34b0821eaf40416fa82926eb30e146a.zip
Remove close listener for browser windows
Diffstat (limited to 'src')
-rw-r--r--src/com/vaadin/ui/Root.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/com/vaadin/ui/Root.java b/src/com/vaadin/ui/Root.java
index 66e7258b17..142719b629 100644
--- a/src/com/vaadin/ui/Root.java
+++ b/src/com/vaadin/ui/Root.java
@@ -824,8 +824,4 @@ public class Root extends AbstractComponentContainer implements
public void removeListener(ResizeListener resizeListener) {
throw new RuntimeException("Not yet implemented");
}
-
- public void addListener(CloseListener closeListener) {
- throw new RuntimeException("Not yet (if ever) implemented");
- }
}