|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An export task listener will be informed about the state of an exporttask.
| Method Summary | |
void |
taskAborted(ExportTask task)
Informs the listener, that the export was aborted by the user. |
void |
taskDone(ExportTask task)
Informs the listener, that the export was completed without errors. |
void |
taskFailed(ExportTask task)
Informs the listener, that the export failed due to errors. |
void |
taskWaiting(ExportTask task)
Informs the listener, that the export will be processed later as there is no worker available. |
| Method Detail |
public void taskDone(ExportTask task)
task - the export task which was completed.public void taskAborted(ExportTask task)
task - the export task which was aborted.public void taskFailed(ExportTask task)
task - the export task which failed.public void taskWaiting(ExportTask task)
task - the export task which was completed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||