T
- Type of the file drop target component.public interface FileDropHandler<T extends AbstractComponent> extends Serializable
FileDropEvent
,
FileDropTarget
Modifier and Type | Method and Description |
---|---|
void |
drop(FileDropEvent<T> event)
Handles the drop event.
|
void drop(FileDropEvent<T> event)
event
- The file drop event containing the list of files that were
dropped onto the component.Copyright © 2018 Vaadin Ltd. All rights reserved.