ca.bc.webarts.widgets.dnd
Interface FileDropListener
- All Superinterfaces:
- java.util.EventListener
- public interface FileDropListener
- 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
- Author:
- Robert Harder, rharder@usa.net
filesDropped
public void filesDropped(FileDropEvent evt)
- Fired by the
FileDropBean
when files are dropped
onto a drop target.
- Parameters:
evt
- The FileDropEvent
associated with this event- Since:
- 1.1