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

      All Methods
      Modifier and Type Method Description
      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