use of org.opendatakit.briefcase.model.ExportAbortEvent in project briefcase by opendatakit.
the class MainBriefcaseWindow method windowClosing.
@Override
public void windowClosing(WindowEvent arg0) {
exportTerminationFuture.markAsCancelled(new ExportAbortEvent("Main window closed"));
transferTerminationFuture.markAsCancelled(new TransferAbortEvent("Main window closed"));
}
Aggregations