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