ObservationSourcePluginBase obSourcePlugin) {
this.getProgressNotifier().notifyListeners(ProgressInfo.START_PROGRESS);
this.getProgressNotifier().notifyListeners(ProgressInfo.BUSY_PROGRESS);
NewStarFromObSourcePluginTask task = new NewStarFromObSourcePluginTask(
obSourcePlugin);
this.currTask = task;
task.execute();
}