STYLE_BEEP, STYLE_NONE, STYLE_STANDALONE| Constructor and Description |
|---|
NullReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
reportActivityEnd()
Indicate the end of an activity.
|
void |
reportActivityStart(String activity,
int style)
Indicate the beginning of an activity, possibly blocking system
interaction.
|
void |
reportError(String title,
String message,
Throwable t,
int style)
Indicate an error condition.
|
void |
reportMessage(String title,
String message,
int style)
Report a message to the user.
|
void |
reportProgress(String text,
int percent,
int style)
Indicate the progress of an ongoing activity.
|
void |
reportStatus(String text,
int style)
Report a simple state information.
|
public void reportActivityEnd()
IReporterreportActivityEnd in interface IReporterpublic void reportActivityStart(String activity, int style)
IReporterreportActivityStart in interface IReporteractivity - A label for reporting the activity.public void reportError(String title, String message, Throwable t, int style)
IReporterreportError in interface IReporterpublic void reportMessage(String title, String message, int style)
IReporterreportMessage in interface IReporterpublic void reportProgress(String text, int percent, int style)
IReporterreportProgress in interface IReportertext - The message to be displayed.percent - The amount of work already done in percent. Valid values are 0
<= percent <= 100 for progress indication, percent < 0 for the
end of progress indication.public void reportStatus(String text, int style)
IReporterreportStatus in interface IReporterCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.