public interface FileDropListener
FileDropListener
interface is one of the interfaces extension
writers use to add functionality to Spark.
In general, you implement this interface in order to listen
for file drops onto components.Modifier and Type | Method and Description |
---|---|
void |
filesDropped(java.util.Collection<java.io.File> files,
java.awt.Component component)
Called when a file(s) has been Drag and Dropped onto a component.
|