summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/ReportJob.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/ReportJob.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/ReportJob.java23
1 files changed, 0 insertions, 23 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/ReportJob.java b/reportbuilder/java/org/libreoffice/report/ReportJob.java
index 1bbcdec436ee..450845155ff1 100644
--- a/reportbuilder/java/org/libreoffice/report/ReportJob.java
+++ b/reportbuilder/java/org/libreoffice/report/ReportJob.java
@@ -55,27 +55,4 @@ public interface ReportJob
void execute()
throws ReportExecutionException, IOException;
- /**
- * Interrupt the job.
- */
- void interrupt();
-
- /**
- * Queries the jobs execution status.
- *
- * @return true, if the job is currently running, false otherwise.
- */
- boolean isRunning();
-
- /**
- * Queries the jobs result status.
- *
- * @return true, if the job is finished (or has been interrupted), false
- * if the job waits for activation.
- */
- boolean isFinished();
-
- void addProgressIndicator(JobProgressIndicator indicator);
-
- void removeProgressIndicator(JobProgressIndicator indicator);
}