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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-
-
Method Detail
-
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
-
-