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.EventHandler

Handler for WindowMoveEvents

Since:
7.1.9
Author:
Vaadin Ltd

Method Summary
 void onWindowMove(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


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.