Package jmri.util.iharder.dnd
Interface URIDropListener
-
- All Superinterfaces:
java.util.EventListener
public interface URIDropListener extends java.util.EventListener
When using the FileDrop package in its JavaBean form, this listener will receive events when files are dropped onto registered targets.I'm releasing this code into the Public Domain. Enjoy.
Original author: Robert Harder, rharder@usa.net
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
urisDropped(URIDropEvent evt)
Fired by the source when files are dropped onto a drop target.
-
-
-
Method Detail
-
urisDropped
void urisDropped(URIDropEvent evt)
Fired by the source when files are dropped onto a drop target.- Parameters:
evt
- TheURIDropEvent
associated with this event- Since:
- 1.1
-
-