Interface DragStopHandler

All Superinterfaces:
EventHandler

public interface DragStopHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executed when the mouse button is released at the end of the drag.
  • Method Details

    • onDragStop

      void onDragStop(DragStopEvent event)
      Executed when the mouse button is released at the end of the drag. Your widget can use this opportunity to fire code based on the last location of the drag or reset any visual state that was sent.
      Parameters:
      event - the event