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 Type
    Method
    Description
    void
    afterWriteNewResourceDescriptions(org.eclipse.emf.ecore.resource.Resource resource)
    Additional processing resource as soon as new ResourceDescription will be created and registered in method com._1c.g5.modeling.xtext.builder.LightClusteringBuilderState#writeNewResourceDescriptions(BuildData, IResourceDescriptions, CurrentDescriptions, IProgressMonitor)} by corresponding ILightClusteringBuilderStateCallback
  • Method Details

    • afterWriteNewResourceDescriptions

      void afterWriteNewResourceDescriptions(org.eclipse.emf.ecore.resource.Resource resource)
      Additional processing resource as soon as new ResourceDescription will be created and registered in method com._1c.g5.modeling.xtext.builder.LightClusteringBuilderState#writeNewResourceDescriptions(BuildData, IResourceDescriptions, CurrentDescriptions, IProgressMonitor)} by corresponding ILightClusteringBuilderStateCallback
      Parameters:
      resource - processing resource, can't be null