Example #1
0
 @Override
 public void done(@NotNull GeneratorTask task, @NotNull GenerationStatus status) {
   final SModel inputModel = task.getModel();
   myGenerationHandler.handleOutput(
       inputModel.getModule(), inputModel, status, null, new EmptyProgressMonitor());
 }
Example #2
0
 @Override
 public void start(@NotNull GeneratorTask task) {
   final SModel inputModel = task.getModel();
   myGenerationHandler.startModule(
       inputModel.getModule(), Collections.singletonList(inputModel), null);
 }