Interface DiffAlgorithmListener


  • public interface DiffAlgorithmListener
    Author:
    Tobias Warneke (t.warneke@gmx.net)
    • Method Detail

      • 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()