Interface ILightClusteringBuilderStateCallbackService
-
- All Known Implementing Classes:
LightClusteringBuilderStateCallbackService
public interface ILightClusteringBuilderStateCallbackServiceSpecial 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 voidafterWriteNewResourceDescriptions(org.eclipse.emf.ecore.resource.Resource resource)Additional processing resource as soon as newResourceDescriptionwill 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 newResourceDescriptionwill 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
-
-