|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MetricsRegistryListener
Listeners for events from the registry. Listeners must be thread-safe.
| Method Summary | |
|---|---|
void |
onMetricAdded(MetricName name,
Metric metric)
Called when a metric has been added to the MetricsRegistry. |
void |
onMetricRemoved(MetricName name)
Called when a metric has been removed from the MetricsRegistry. |
| Method Detail |
|---|
void onMetricAdded(MetricName name,
Metric metric)
MetricsRegistry.
name - the name of the Metricmetric - the Metricvoid onMetricRemoved(MetricName name)
MetricsRegistry.
name - the name of the Metric
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||