Class LightClusteringBuilderStateCallbackService
- java.lang.Object
- 
- com._1c.g5.modeling.xtext.resource.LightClusteringBuilderStateCallbackService
 
- 
- All Implemented Interfaces:
- ILightClusteringBuilderStateCallbackService
 
 public class LightClusteringBuilderStateCallbackService extends Object implements ILightClusteringBuilderStateCallbackService Default implementation ofILightClusteringBuilderStateCallbackServicefor aggregating participants registered in "com._1c.g5.modeling.xtext.newResourceDesciptionParticipant" extension point
- 
- 
Constructor SummaryConstructors Constructor Description LightClusteringBuilderStateCallbackService()
 - 
Method SummaryAll Methods Instance Methods Concrete 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- 
afterWriteNewResourceDescriptionspublic void afterWriteNewResourceDescriptions(org.eclipse.emf.ecore.resource.Resource resource) Description copied from interface:ILightClusteringBuilderStateCallbackServiceAdditional 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- Specified by:
- afterWriteNewResourceDescriptionsin interface- ILightClusteringBuilderStateCallbackService
- Parameters:
- resource- processing resource, can't be- null
 
 
- 
 
-