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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dragStarting(java.awt.event.MouseEvent me)
-