Search in sources :

Example 1 with SaveEditorEvent

use of org.drools.workbench.screens.scenariosimulation.client.events.SaveEditorEvent in project drools-wb by kiegroup.

the class CollectionViewImpl method updateValue.

@Override
public void updateValue(String value) {
    this.value = value;
    fireEvent(new SaveEditorEvent());
}
Also used : SaveEditorEvent(org.drools.workbench.screens.scenariosimulation.client.events.SaveEditorEvent)

Aggregations

SaveEditorEvent (org.drools.workbench.screens.scenariosimulation.client.events.SaveEditorEvent)1