Interface DragRecognitionSupport.BeforeDrag

  • Enclosing class:
    DragRecognitionSupport

    public static interface DragRecognitionSupport.BeforeDrag
    This interface allows us to pass in a handler to mouseDragged, so that we can be notified immediately before a drag begins.
    • Method Detail

      • dragStarting

        void dragStarting​(MouseEvent me)