Interface DatabaseCheckObserver


public interface DatabaseCheckObserver
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    checkOutputText(String text, int warnLevel)
     
    void
    checkProgress(String text, int totalTasks, int taskNumber, int percent)
     
    boolean
     
  • Method Details

    • checkProgress

      void checkProgress(String text, int totalTasks, int taskNumber, int percent)
    • checkOutputText

      void checkOutputText(String text, int warnLevel)
    • stopChecks

      boolean stopChecks()