T - Type of the drop target component.@FunctionalInterface public interface DropListener<T extends AbstractComponent> extends ConnectorEventListener
DropTargetExtension.addDropListener(DropListener)| Modifier and Type | Field and Description |
|---|---|
static Method |
DROP_METHOD |
| Modifier and Type | Method and Description |
|---|---|
void |
drop(DropEvent<T> event)
Called when drop event is fired.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.