Interface DragMoveHandler

All Superinterfaces:
EventHandler

public interface DragMoveHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    If canDrag is true, this notification method will be fired when the user drags the draw item.
  • Method Details

    • onDragMove

      void onDragMove(DragMove event)
      If canDrag is true, this notification method will be fired when the user drags the draw item.
      Parameters:
      event - the event