diff options
author | Artur Signell <artur@vaadin.com> | 2013-11-11 16:26:41 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-11-11 16:26:41 +0200 |
commit | 2f9bcc0c210dafecfdc2943b8603fa4f41a9f16f (patch) | |
tree | e9f3c986435235fdf4712358e0b0f57162a53237 /shared | |
parent | 201184b40eee092174ae899e34b4302b6fb5551a (diff) | |
parent | fefedeab68461ebc04fd45f91a35835fc9026a56 (diff) | |
download | vaadin-framework-2f9bcc0c210dafecfdc2943b8603fa4f41a9f16f.tar.gz vaadin-framework-2f9bcc0c210dafecfdc2943b8603fa4f41a9f16f.zip |
Merge commit 'fefedeab68461ebc04fd45f91a35835fc9026a56'
Conflicts:
client/src/com/vaadin/client/ui/VWindow.java
Change-Id: I03768d21133066aed5ff70b8c6df9e2761eb4e4e
Diffstat (limited to 'shared')
-rw-r--r-- | shared/src/com/vaadin/shared/ui/window/WindowServerRpc.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/src/com/vaadin/shared/ui/window/WindowServerRpc.java b/shared/src/com/vaadin/shared/ui/window/WindowServerRpc.java index b43765274e..1307b1e765 100644 --- a/shared/src/com/vaadin/shared/ui/window/WindowServerRpc.java +++ b/shared/src/com/vaadin/shared/ui/window/WindowServerRpc.java @@ -22,4 +22,6 @@ public interface WindowServerRpc extends ClickRpc, ServerRpc { public void windowModeChanged(WindowMode newState); + public void windowMoved(int x, int y); + }
\ No newline at end of file |