Interface DiagnosticsProgress
- All Known Implementing Classes:
DiagnosticsExecutionWizardPage
public interface DiagnosticsProgress
Mechanism to report diagnostics progress
-
Method Summary
Modifier and TypeMethodDescriptionvoid
appendText
(String text) Report textual progress and results to the user.void
Clear any existing textual progress for the user.void
Report an exception to the user.
-
Method Details
-
appendText
Report textual progress and results to the user.- Parameters:
text
- The text to report
-
clearText
void clearText()Clear any existing textual progress for the user. -
handleException
Report an exception to the user.- Parameters:
t
- The exception
-