public interface ExportStateMonitor
ExportProgressMonitor
,
ExportAbortInformer
Modifier and Type | Method and Description |
---|---|
void |
exportAborted(long bytesWritten)
Fired when
AbortException was caught, which signals that user
aborted the export. |
void |
exportError(Exception e)
Fired when generic exception was caught.
|
void |
exportFinished(Date when)
Fired when export is finished.
|
void |
exportStarted(Date when)
Fired immediately after export request has been issued.
|
void |
exportSuccess(long bytesReceived)
Fired at the end of the export if destination confirmed success.
|
void exportFinished(Date when)
when
- time (local system clock) at which transfer had completedvoid exportStarted(Date when)
when
- time at which export request was issuedvoid exportSuccess(long bytesReceived)
bytesReceived
- number of bytes received (by the server, etc.)void exportError(Exception e)
e
- exception that was caughtvoid exportAborted(long bytesWritten)
AbortException
was caught, which signals that user
aborted the export.bytesWritten
- number of bytes written prior to abortCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.