Interface IComparisonManager.ICompareMergeStatusListener

  • Enclosing interface:
    IComparisonManager

    public static interface IComparisonManager.ICompareMergeStatusListener
    A listener of compare/merge status changes.
    • Method Detail

      • statusChanged

        void statusChanged​(ComparisonProcessHandle handle,
                           ComparisonProcessStatus status)
        Notifies the listener about status change of some comparison/merge process.
        Parameters:
        handle - the comparison process handle whose status was changed, never null
        status - the new status, never null
      • statusChanged

        void statusChanged​(CompareMergeProcessBatch batch,
                           CompareMergeProcessBatchStatus status)
        Notifies the listener about status change of compare/merge processes batch.
        Parameters:
        batch - the batch of compare/merge processes whose status was changed, never null
        status - the new status, never null