Interface UpdateCheckerReporter

All Known Implementing Classes:
LoggingUpdateCheckerReporter

public interface UpdateCheckerReporter
Interface for reporting the response of the update checker to the user. Implementations of this interface should handle how the response is communicated to the user.
Since:
5.0.0
Author:
Mitchell Herrijgers
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Reports the given response of the update checker to the user.
  • Method Details

    • report

      void report(@Nonnull UpdateCheckRequest request, @Nonnull UpdateCheckResponse response)
      Reports the given response of the update checker to the user.
      Parameters:
      request - The request that was made to the update checker.
      response - The response to report.