Interface IReporterSupport

All Known Implementing Classes:
ReplayReporter, ReportDispatcher

public interface IReporterSupport
An object that supports state notifications.
  • Method Details

    • addReporter

      void addReporter(IReporter newReporter)
    • removeReporter

      void removeReporter(IReporter newReporter)