use of org.guvnor.ala.ui.client.events.ProviderTypeListRefreshEvent in project kie-wb-common by kiegroup.
the class EnableProviderTypeWizard method onEnableTypesSuccess.
private void onEnableTypesSuccess(final Collection<ProviderType> providerTypes) {
notification.fire(new NotificationEvent(translationService.getTranslation(EnableProviderTypeWizard_ProviderTypeEnableSuccessMessage), NotificationEvent.NotificationType.SUCCESS));
EnableProviderTypeWizard.super.complete();
providerTypeListRefreshEvent.fire(new ProviderTypeListRefreshEvent(providerTypes.iterator().next().getKey()));
}
Aggregations