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 Detail

      • onWindowMove

        void onWindowMove​(WindowMoveEvent event)
        Called when the VWindow was moved by the user.
        Parameters:
        event - Contains new coordinates for the VWindow