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