java.lang.Object
java.util.EventObject
com.iamsoft.util.ui.swing.FileDrop.Event
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FileDrop
This is the event that is passed to the
FileDropListener#filesDropped filesDropped(...) method in
your
FileDropListener
when files are dropped onto
a registered drop target.
I'm releasing this code into the Public Domain. Enjoy.
- Version:
- 1.2
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anFileDrop.Event
with the array of files that were dropped and theFileDrop
that initiated the event. -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
Event
Constructs anFileDrop.Event
with the array of files that were dropped and theFileDrop
that initiated the event.- Parameters:
pFiles
- The array of files that were droppedpSource
- The event source- Since:
- 1.1
-
-
Method Details
-
getFiles
Returns an array of files that were dropped on a registered drop target.- Returns:
- array of files that were dropped
- Since:
- 1.1
-