public class StatusStderr extends Object implements StatusViewer
Constructor and Description |
---|
StatusStderr() |
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) |
public void clear()
StatusViewer
clear
in interface StatusViewer
public void showError(String s)
StatusViewer
showError
in interface StatusViewer
public void showError(String message, Throwable e)
showError
in interface StatusViewer
public void showError(Throwable e)
showError
in interface StatusViewer
public void showProgress(String message)
showProgress
in interface StatusViewer
public void showStatus(String s)
StatusViewer
showStatus
in interface StatusViewer
public void showStatus(String s, boolean callSuper)
showStatus
in interface StatusViewer
callSuper
- set to false to suppress calling super.showStatus() (default is true)public void showWarning(String s)
showWarning
in interface StatusViewer
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.