Uses of Class
com.flowingcode.vaadin.addons.gridexporter.ConcurrentDownloadTimeoutEvent
-
Uses of ConcurrentDownloadTimeoutEvent in com.flowingcode.vaadin.addons.gridexporter
Method parameters in com.flowingcode.vaadin.addons.gridexporter with type arguments of type ConcurrentDownloadTimeoutEventModifier and TypeMethodDescriptioncom.vaadin.flow.shared.RegistrationGridExporter.addConcurrentDownloadTimeoutEvent(com.vaadin.flow.function.SerializableConsumer<ConcurrentDownloadTimeoutEvent> listener) Adds a listener for concurrent download timeout events specific to this instance.static com.vaadin.flow.shared.RegistrationGridExporter.addGlobalConcurrentDownloadTimeoutEvent(com.vaadin.flow.function.SerializableConsumer<ConcurrentDownloadTimeoutEvent> listener) Adds a global listener for concurrent download timeout events.