public interface SwingTaskViewFactory
SwingTaskView| Modifier and Type | Method and Description |
|---|---|
SwingTaskView |
create(SwingTaskViewConfig swingTaskViewConfig)
Creates a new
SwingTaskView based on the given
SwingTaskViewConfig. |
SwingTaskView create(SwingTaskViewConfig swingTaskViewConfig)
SwingTaskView based on the given
SwingTaskViewConfig. This method will be called by a
SwingTaskExecutorBuilder when the SwingTaskExecutor is
created for a particular SwingTask. The
SwingTaskExecutor will then call the methods of the
SwingTaskView to update the view depending on the execution
status of the task.null.swingTaskViewConfig - The SwingTaskViewConfigSwingTaskViewCopyright © 2016. All rights reserved.