Class ScheduleTaskDialogFactory
java.lang.Object
de.espirit.firstspirit.server.scheduler.ScheduleTaskDialogFactory
Factory to create a task dialog.
- Since:
- 4.2.38
-
Constructor Summary
ConstructorDescriptionScheduleTaskDialogFactory
(@NotNull ScheduleTask task) Constructor based on a task. -
Method Summary
Modifier and TypeMethodDescriptionabstract @NotNull ScheduleTaskDialog
createDialog
(@NotNull Host host) Creates a dialog instance based on the given host.protected final @NotNull ScheduleTask
getTask()
Provides the task the dialog will be based upon.
-
Constructor Details
-
ScheduleTaskDialogFactory
Constructor based on a task.- Parameters:
task
- The task.- Since:
- 4.2.38
-
-
Method Details
-
getTask
Provides the task the dialog will be based upon.- Returns:
- The task.
- Since:
- 4.2.38
-
createDialog
Creates a dialog instance based on the given host.- Parameters:
host
- The host.- Since:
- 4.2.38
-