Package net.iharder.dnd
Interface FileDropListener
- All Superinterfaces:
EventListener
public interface FileDropListener extends 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
- Version:
- 1.1
- Author:
- Robert Harder, rharder@usa.net
-
Method Summary
Modifier and Type Method Description void
filesDropped(FileDropEvent evt)
Fired by theFileDropBean
when files are dropped onto a drop target.
-
Method Details
-
filesDropped
Fired by theFileDropBean
when files are dropped onto a drop target.- Parameters:
evt
- TheFileDropEvent
associated with this event- Since:
- 1.1
-