Package jmri.util.iharder.dnd
Interface URIDrop.ListenerExt
- All Superinterfaces:
URIDrop.Listener
- All Known Implementing Classes:
EditableResizableImagePanel
- Enclosing class:
- URIDrop
-
Method Summary
Modifier and TypeMethodDescriptionvoidimageDropped(BufferedImage image) This method is called when an image has been successfully dropped.Methods inherited from interface jmri.util.iharder.dnd.URIDrop.Listener
URIsDropped
-
Method Details
-
imageDropped
This method is called when an image has been successfully dropped.- Parameters:
image- The BufferedImage that has been dropped- Since:
- 1.0
-