Interface DragStopHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDragStop
(DragStop event) IfcanDrag
is true, this notification method will be fired when the user completes a drag on the draw item.
-
Method Details
-
onDragStop
IfcanDrag
is true, this notification method will be fired when the user completes a drag on the draw item.- Parameters:
event
- the event
-