public class ExecutionStageEvent extends EventObject
Modifier and Type | Class and Description |
---|---|
static class |
ExecutionStageEvent.Stage
The stages of an experiment.
|
Modifier and Type | Field and Description |
---|---|
protected ExecutionStageEvent.Stage |
m_Stage
the stage.
|
source
Constructor and Description |
---|
ExecutionStageEvent(Experiment source,
ExecutionStageEvent.Stage stage)
Gets called when the experiment enters a new stage.
|
Modifier and Type | Method and Description |
---|---|
Experiment |
getExperiment()
Returns the associated experiment.
|
ExecutionStageEvent.Stage |
getStage()
Returns the stage.
|
getSource, toString
protected ExecutionStageEvent.Stage m_Stage
public ExecutionStageEvent(Experiment source, ExecutionStageEvent.Stage stage)
source
- the experiment that triggered the eventstage
- the stagepublic Experiment getExperiment()
public ExecutionStageEvent.Stage getStage()
Copyright © 2017. All Rights Reserved.