Package mars.venus
Interface FileDrop.Listener
- Enclosing class:
- FileDrop
public static interface FileDrop.Listener
Listener for files dropped.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
filesDropped
(List<File> files) Called when files are dropped into the component by the user.
-
Method Details
-
filesDropped
Called when files are dropped into the component by the user.- Parameters:
files
- The list of files dropped.
-