Interface DragRecognitionSupport.BeforeDrag
-
- All Known Implementing Classes:
BasicXListUI.Handler
- Enclosing class:
- DragRecognitionSupport
public static interface DragRecognitionSupport.BeforeDragThis 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 voiddragStarting(java.awt.event.MouseEvent me)
-