Package com.vaadin.client.ui.window
Interface WindowMoveHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
- All Known Implementing Classes:
WindowConnector
public interface WindowMoveHandler extends com.google.gwt.event.shared.EventHandlerHandler forWindowMoveEvents.- Since:
- 7.1.9
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonWindowMove(WindowMoveEvent event)Called when the VWindow was moved by the user.
-
-
-
Method Detail
-
onWindowMove
void onWindowMove(WindowMoveEvent event)
Called when the VWindow was moved by the user.- Parameters:
event- Contains new coordinates for the VWindow
-
-