| Package | Description |
|---|---|
| de.intarsys.tools.reporter |
| Modifier and Type | Class and Description |
|---|---|
class |
AWTReporter
AWT based
IReporter implementation. |
class |
DefaultReporter
The default reporting implementation for the Stage kernel.
|
class |
NullReporter
A null implementation for
IReporter. |
class |
ReplayReporter
|
class |
ReportDispatcher
Helper object for implementing
IReporterSupport. |
| Modifier and Type | Method and Description |
|---|---|
static IReporter |
Reporter.get() |
static IReporter |
Reporter.set(IReporter newReporter)
returns the old active reporter
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReportDispatcher.addReporter(IReporter newReporter) |
void |
ReplayReporter.addReporter(IReporter reporter) |
void |
IReporterSupport.addReporter(IReporter newReporter) |
void |
ReportDispatcher.removeReporter(IReporter newReporter) |
void |
ReplayReporter.removeReporter(IReporter reporter) |
void |
IReporterSupport.removeReporter(IReporter newReporter) |
static IReporter |
Reporter.set(IReporter newReporter)
returns the old active reporter
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.