Class AbstractReporter

    • Constructor Detail

      • AbstractReporter

        public AbstractReporter()
    • Method Detail

      • notifyOfAddedMetric

        public void notifyOfAddedMetric​(Metric metric,
                                        String metricName,
                                        MetricGroup group)
        Description copied from interface: MetricReporter
        Called when a new Metric was added.
        Specified by:
        notifyOfAddedMetric in interface MetricReporter
        Parameters:
        metric - the metric that was added
        metricName - the name of the metric
        group - the group that contains the metric
      • notifyOfRemovedMetric

        public void notifyOfRemovedMetric​(Metric metric,
                                          String metricName,
                                          MetricGroup group)
        Description copied from interface: MetricReporter
        Called when a Metric was removed.
        Specified by:
        notifyOfRemovedMetric in interface MetricReporter
        Parameters:
        metric - the metric that should be removed
        metricName - the name of the metric
        group - the group that contains the metric