Package de.intarsys.tools.reporter
Interface IReporterSupport
-
- All Known Implementing Classes:
ReplayReporter
,ReportDispatcher
public interface IReporterSupport
An object that supports state notifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addReporter(IReporter newReporter)
void
removeReporter(IReporter newReporter)
-