boolean isAdditive) throws IOException, ObservationReadError {
this.getProgressNotifier().notifyListeners(ProgressInfo.START_PROGRESS);
this.getProgressNotifier().notifyListeners(ProgressInfo.BUSY_PROGRESS);
NewStarFromObSourcePluginWithSuppliedFileTask task = new NewStarFromObSourcePluginWithSuppliedFileTask(
obSourcePlugin, file, isAdditive);
this.currTask = task;
task.execute();
}