Interface RepairNotifier

All Known Implementing Classes:
RepairCoordinator

public interface RepairNotifier
  • Method Details

    • notification

      void notification(String message)
    • notifyError

      void notifyError(Throwable error)
    • notifyProgress

      void notifyProgress(String message)