Class UITaskEvent
java.lang.Object
fr.ens.biologie.genomique.eoulsan.core.workflow.UIEvent
fr.ens.biologie.genomique.eoulsan.core.workflow.UITaskEvent
This class define a UI task event.
- Since:
- 2.3
- Author:
- Laurent Jourdren
-
Constructor Summary
ConstructorsConstructorDescriptionUITaskEvent(Step step, fr.ens.biologie.genomique.eoulsan.core.workflow.UITaskEvent.TaskStatusMessage status, int contextId) Constructor. -
Method Summary
-
Constructor Details
-
UITaskEvent
public UITaskEvent(Step step, fr.ens.biologie.genomique.eoulsan.core.workflow.UITaskEvent.TaskStatusMessage status, int contextId) Constructor.- Parameters:
step- the stepstatus- the event typecontextId- the context id related to the event
-