Interface ILightClusteringBuilderStateCallbackService
- All Known Implementing Classes:
LightClusteringBuilderStateCallbackService
public interface ILightClusteringBuilderStateCallbackService
Special service for accumulation participants with additional processing of the resources
from method LightClusteringBuilderState#writeNewResourceDescriptions(BuildData, IResourceDescriptions, CurrentDescriptions, IProgressMonitor)
after creating ResourceDescription
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterWriteNewResourceDescriptions
(org.eclipse.emf.ecore.resource.Resource resource) Additional processing resource as soon as newResourceDescription
will be created and registered in method com._1c.g5.modeling.xtext.builder.LightClusteringBuilderState#writeNewResourceDescriptions(BuildData, IResourceDescriptions, CurrentDescriptions, IProgressMonitor)} by correspondingILightClusteringBuilderStateCallback
-
Method Details
-
afterWriteNewResourceDescriptions
void afterWriteNewResourceDescriptions(org.eclipse.emf.ecore.resource.Resource resource) Additional processing resource as soon as newResourceDescription
will be created and registered in method com._1c.g5.modeling.xtext.builder.LightClusteringBuilderState#writeNewResourceDescriptions(BuildData, IResourceDescriptions, CurrentDescriptions, IProgressMonitor)} by correspondingILightClusteringBuilderStateCallback
- Parameters:
resource
- processing resource, can't benull
-