de.intarsys.tools.reporter
Interface IReporterSupport

All Known Implementing Classes:
ReplayReporter, ReportDispatcher

public interface IReporterSupport

An object that supports state notifications.


Method Summary
 void addReporter(IReporter newReporter)
           
 void removeReporter(IReporter newReporter)
           
 

Method Detail

addReporter

void addReporter(IReporter newReporter)

removeReporter

void removeReporter(IReporter newReporter)