Interface IMergeCallback


  • public interface IMergeCallback
    A callback mechanism for some external tool to communicate with merge process.
    • Method Detail

      • afterMergeFinished

        void afterMergeFinished​(boolean merged)
        Announces that the merge of the comparison process was finished.
        Parameters:
        merged - whether merge was successfully finished; false if merge was aborted