|
||||||||||
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 Metric
metric
- the Metric
void onMetricRemoved(MetricName name)
MetricsRegistry
.
name
- the name of the Metric
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |