Interface DropOverHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonDropOver(DropOverEvent event) Executed when the compatible dragged object is first moved over this drop target. 
- 
Method Details
- 
onDropOver
Executed when the compatible dragged object is first moved over this drop target. Your implementation can use this to show a custom visual indication that the object can be dropped here.- Parameters:
 event- the event
 
 -