Package io.jmix.flowui.download
Interface SupportDownloadSuccessHandler.DownloadSuccessHandler
- All Superinterfaces:
Serializable
- Enclosing interface:
- SupportDownloadSuccessHandler
- 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 static interface SupportDownloadSuccessHandler.DownloadSuccessHandler
extends Serializable
Represents a handler for successful download operations.
-
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when a download operation completes successfully.
-
Method Details
-
complete
Invoked when a download operation completes successfully.- Parameters:
context- context information about the completed download
-