use of org.drools.workbench.screens.scenariosimulation.client.commands.actualcommands.RunSingleScenarioCommand in project drools-wb by kiegroup.
the class ScenarioSimulationEventHandler method onEvent.
@Override
public void onEvent(RunSingleScenarioEvent event) {
context.getStatus().setRowIndex(event.getRowIndex());
commonExecution(new RunSingleScenarioCommand(), false);
}
Aggregations