Interface RepairNotifier

  • All Known Implementing Classes:
    RepairRunnable

    public interface RepairNotifier
    • Method Detail

      • notification

        void notification​(java.lang.String message)
      • notifyError

        void notifyError​(java.lang.Throwable error)
      • notifyProgress

        void notifyProgress​(java.lang.String message)