use of org.drools.workbench.screens.scenariosimulation.client.commands.actualcommands.AppendColumnCommand in project drools-wb by kiegroup.
the class ScenarioSimulationEventHandler method onEvent.
@Override
public void onEvent(AppendColumnEvent event) {
context.getStatus().setColumnId(String.valueOf(new Date().getTime()));
context.getStatus().setColumnGroup(event.getColumnGroup());
commonExecution(new AppendColumnCommand(event.getGridWidget()), true);
}
Aggregations