Interface DropOverHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDropOver
(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
-