public interface MetricIntegration extends NamedType
Modifier and Type | Method and Description |
---|---|
MetricCollector[] |
addNewCollectors(java.awt.Component par)
This is the method used by the MetricsPanel UI when the user asks to add
a Metric of your type.
|
java.util.List |
getDefaultMetrics()
If there are a set of metrics that should be shown in the metrics tracked table
every time, then this would be how you provide that list.
|
getTypeName
java.util.List getDefaultMetrics()
MetricCollector[] addNewCollectors(java.awt.Component par)
par
- the Parent Component (could be anything!) that wants you to do your thingCopyright © 1998-2014 CA, Inc. All Rights Reserved.