public interface StatusViewer
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear the status display.
|
void |
showError(String s)
Print an error status messge.
|
void |
showError(String message,
Throwable e) |
void |
showError(Throwable e) |
void |
showProgress(String message) |
void |
showStatus(String s)
Print the status to the location appropriate for this application.
|
void |
showStatus(String s,
boolean callSuper) |
void |
showWarning(String s) |
void clear()
void showError(String s)
s
- void showError(Throwable e)
e
- void showProgress(String message)
void showStatus(String s)
s
- void showStatus(String s, boolean callSuper)
s
- callSuper
- set to false to suppress calling super.showStatus() (default is true)void showWarning(String s)
s
- Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.