Package de.intarsys.tools.reporter

Interface Summary
IReporter An interface to report different types of information to the user.
IReporterSupport An object that supports state notifications.
 

Class Summary
DefaultReporter The default reporting implementation for the Stage kernel.
NullReporter A null implementation for IReporter.
ReplayReporter An IReporter that may be used to intercept the reporting information and "replay" them later on on another IReporter instance.
ReportDispatcher Helper object for implementing IReporterSupport.
Reporter  
ReportMessage