Class LibraryAssetUpdateNotifier
- java.lang.Object
-
- org.kie.workbench.common.screens.impl.LibraryAssetUpdateNotifier
-
@ApplicationScoped public class LibraryAssetUpdateNotifier extends Object
-
-
Constructor Summary
Constructors Constructor Description LibraryAssetUpdateNotifier()LibraryAssetUpdateNotifier(org.guvnor.common.services.project.service.WorkspaceProjectService projectService, LibraryIndexer libraryIndexer, javax.enterprise.event.Event<org.kie.workbench.common.screens.library.api.ProjectAssetListUpdated> assetListUpdateEvent, org.slf4j.Logger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisUpdateNotifierEnabled()voidnotifyOnUpdatedAssets(org.uberfire.ext.metadata.event.BatchIndexEvent event)
-
-
-
Constructor Detail
-
LibraryAssetUpdateNotifier
public LibraryAssetUpdateNotifier()
-
LibraryAssetUpdateNotifier
@Inject public LibraryAssetUpdateNotifier(org.guvnor.common.services.project.service.WorkspaceProjectService projectService, LibraryIndexer libraryIndexer, @Remote javax.enterprise.event.Event<org.kie.workbench.common.screens.library.api.ProjectAssetListUpdated> assetListUpdateEvent, org.slf4j.Logger logger)
-
-