use of org.kie.workbench.common.stunner.bpmn.client.forms.fields.notificationsEditor.event.NotificationEvent in project kie-wb-common by kiegroup.
the class NotificationEditorWidgetViewImpl method close.
void close() {
notificationEvent.fire(new NotificationEvent(null));
hide();
}
Aggregations