Interface DiffAlgorithmListener


public interface DiffAlgorithmListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
    diffStep(int value, int max)
    This is a step within the diff algorithm.
  • Method Details

    • diffStart

      void diffStart()
    • diffStep

      void diffStep(int value, int max)
      This is a step within the diff algorithm. Due to different implementations the value is not strict incrementing to the max and is not garantee to reach the max. It could stop before.
      Parameters:
      value -
      max -
    • diffEnd

      void diffEnd()