Package com.vaadin.ui.dnd.event
Interface DropListener<T extends AbstractComponent>
-
- Type Parameters:
T- Type of the drop target component.
- All Superinterfaces:
ConnectorEventListener,EventListener,Serializable,SerializableEventListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface DropListener<T extends AbstractComponent> extends ConnectorEventListener
Interface to be implemented when creating a drop listener on a drop target for HTML5 drag and drop.- Since:
- 8.1
- Author:
- Vaadin Ltd
- See Also:
DropTargetExtension.addDropListener(DropListener)
-
-
Field Summary
Fields Modifier and Type Field Description static MethodDROP_METHOD
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddrop(DropEvent<T> event)Called when drop event is fired.
-