Interface DragStartHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDragStart
(DragStart event) IfcanDrag
is true, this notification method will be fired when the user starts to drag the draw item.
-
Method Details
-
onDragStart
IfcanDrag
is true, this notification method will be fired when the user starts to drag the draw item.- Parameters:
event
- the event
-