Interface UI
- All Superinterfaces:
StepObserver
- All Known Implementing Classes:
BasicUI,LanternaUI,NoUI
This interface define how UI is informed of The workflow changes.
- Since:
- 2.0
- Author:
- Laurent Jourdren
-
Method Summary
Methods inherited from interface fr.ens.biologie.genomique.eoulsan.core.workflow.StepObserver
notifyStepState, notifyStepState, notifyStepState, notifyStepState, notifyTaskDone, notifyTaskRunning, notifyTaskSubmitted, notifyWorkflowSuccess
-
Method Details
-
getName
String getName()Get the name of the UI.- Returns:
- the name of the UI
-
init
Initialize the UI.- Parameters:
workflow- the worflow
-