Package jmri.util.iharder.dnd
Interface URIDropListener
- All Superinterfaces:
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
Modifier and TypeMethodDescriptionvoidurisDropped(URIDropEvent evt) Fired by the source when files are dropped onto a drop target.
-
Method Details
-
urisDropped
Fired by the source when files are dropped onto a drop target.- Parameters:
evt- TheURIDropEventassociated with this event- Since:
- 1.1
-