Class UITaskEvent
- java.lang.Object
-
- fr.ens.biologie.genomique.eoulsan.core.workflow.UIEvent
-
- fr.ens.biologie.genomique.eoulsan.core.workflow.UITaskEvent
-
public class UITaskEvent extends UIEvent
This class define a UI task event.- Since:
- 2.3
- Author:
- Laurent Jourdren
-
-
Constructor Summary
Constructors Constructor Description UITaskEvent(Step step, fr.ens.biologie.genomique.eoulsan.core.workflow.UITaskEvent.TaskStatusMessage status, int contextId)
Constructor.
-
-
-
Constructor Detail
-
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
-
-