de.intarsys.tools.reporter
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(java.lang.String activity,
int style)
Indicate the beginning of an activity, possibly blocking system
interaction.
|
void |
reportError(java.lang.String title,
java.lang.String message,
java.lang.Throwable t,
int style)
Indicate an error condition.
|
void |
reportMessage(java.lang.String title,
java.lang.String message,
int style)
Report a message to the user.
|
void |
reportProgress(java.lang.String text,
int percent,
int style)
Indicate the progress of an ongoing activity.
|
void |
reportStatus(java.lang.String text,
int style)
Report a simple state information.
|
public void reportActivityEnd()
IReporter
reportActivityEnd
in interface IReporter
public void reportActivityStart(java.lang.String activity, int style)
IReporter
reportActivityStart
in interface IReporter
activity
- A label for reporting the activity.public void reportError(java.lang.String title, java.lang.String message, java.lang.Throwable t, int style)
IReporter
reportError
in interface IReporter
public void reportMessage(java.lang.String title, java.lang.String message, int style)
IReporter
reportMessage
in interface IReporter
public void reportProgress(java.lang.String text, int percent, int style)
IReporter
reportProgress
in interface IReporter
public void reportStatus(java.lang.String text, int style)
IReporter
reportStatus
in interface IReporter