Interface FileDropHandler<T extends AbstractComponent>

    • Method Detail

      • drop

        void drop​(FileDropEvent<T> event)
        Handles the drop event. The method is called when files are dropped onto the file drop target this handler is registered to.
        Parameters:
        event - The file drop event containing the list of files that were dropped onto the component.