Interface DropOutHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonDropOut(DropOutEvent event) Executed when the dragged object is no longer over this drop target, including when the drag interaction is ending with a drop on this drop target. 
- 
Method Details
- 
onDropOut
Executed when the dragged object is no longer over this drop target, including when the drag interaction is ending with a drop on this drop target. If you have set a visual indication in dropOver or dropMove, you should reset it to its normal state in dropOut.- Parameters:
 event- the event
 
 -