Interface DragMoveHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDragMove
(DragMove event) IfcanDrag
is true, this notification method will be fired when the user drags the draw item.
-
Method Details
-
onDragMove
IfcanDrag
is true, this notification method will be fired when the user drags the draw item.- Parameters:
event
- the event
-