Package jmri.util.iharder.dnd
Interface URIDrop.ListenerExt
-
- All Superinterfaces:
URIDrop.Listener
- All Known Implementing Classes:
EditableResizableImagePanel
- Enclosing class:
- URIDrop
public static interface URIDrop.ListenerExt extends URIDrop.Listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
imageDropped(java.awt.image.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 Detail
-
imageDropped
void imageDropped(java.awt.image.BufferedImage image)
This method is called when an image has been successfully dropped.- Parameters:
image
- The BufferedImage that has been dropped- Since:
- 1.0
-
-