Interface AnalysisCallback


  • public interface AnalysisCallback
    We use this to know how the analysis went in AnalyzingDialog so we can determine what to do next
    • Method Detail

      • analysisInterrupted

        void analysisInterrupted()
      • analysisFinished

        void analysisFinished​(BugCollection results)