Interface IRefactoringPostProcessor


public interface IRefactoringPostProcessor
The post processor interface. It is a mixin interface, so it can be used only with IRefactoringOperation implementation.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The method is invoked after all refactoring operations are performed.
  • Method Details

    • postProcess

      void postProcess()
      The method is invoked after all refactoring operations are performed.