Interface UI
-
- All Superinterfaces:
StepObserver
- All Known Implementing Classes:
BasicUI
,LanternaUI
,NoUI
public interface UI extends StepObserver
This interface define how UI is informed of The workflow changes.- Since:
- 2.0
- Author:
- Laurent Jourdren
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Get the name of the UI.void
init(Workflow workflow)
Initialize the UI.-
Methods inherited from interface fr.ens.biologie.genomique.eoulsan.core.workflow.StepObserver
notifyStepState, notifyStepState, notifyStepState, notifyStepState, notifyTaskDone, notifyTaskRunning, notifyTaskSubmitted, notifyWorkflowSuccess
-
-