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