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