public class LoggingUpdateCheckerReporter extends Object implements UpdateCheckerReporter
UpdateCheckerReporter implementation that logs the results of the update check.| Constructor and Description |
|---|
LoggingUpdateCheckerReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
report(UpdateCheckRequest request,
UpdateCheckResponse updateCheckResponse)
Reports the given
response of the update checker to the user. |
public void report(UpdateCheckRequest request, UpdateCheckResponse updateCheckResponse)
UpdateCheckerReporterresponse of the update checker to the user.report in interface UpdateCheckerReporterrequest - The request that was made to the update checker.updateCheckResponse - The response to report.Copyright © 2010–2025. All rights reserved.