Search in sources :

Example 1 with ExportAbortEvent

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"));
}
Also used : ExportAbortEvent(org.opendatakit.briefcase.model.ExportAbortEvent) TransferAbortEvent(org.opendatakit.briefcase.model.TransferAbortEvent)

Aggregations

ExportAbortEvent (org.opendatakit.briefcase.model.ExportAbortEvent)1 TransferAbortEvent (org.opendatakit.briefcase.model.TransferAbortEvent)1