Class ImportRepositoryPopUpPresenter


  • public class ImportRepositoryPopUpPresenter
    extends Object
    • Constructor Detail

      • ImportRepositoryPopUpPresenter

        @Inject
        public ImportRepositoryPopUpPresenter​(ImportRepositoryPopUpPresenter.View view,
                                              LibraryPlaces libraryPlaces,
                                              org.jboss.errai.common.client.api.Caller<org.kie.workbench.common.screens.examples.service.ProjectImportService> importService,
                                              org.jboss.errai.common.client.api.Caller<org.kie.workbench.common.screens.library.api.LibraryService> libraryService,
                                              org.guvnor.common.services.project.client.context.WorkspaceProjectContext projectContext,
                                              javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent,
                                              org.jboss.errai.ui.client.local.spi.TranslationService ts)