Class TaskExecutor

java.lang.Object
com.musicxmltasks.ui.javafx.TaskExecutor

public class TaskExecutor
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    TaskExecutor​(java.lang.String controlId, TaskForm taskForm)  
  • Method Summary

    Modifier and Type Method Description
    void execute()  
    void initializeForm()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TaskExecutor

      public TaskExecutor​(java.lang.String controlId, TaskForm taskForm)
  • Method Details

    • initializeForm

      public void initializeForm()
    • execute

      public void execute()