|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MeasureObserver
Defines a measure observer.
Method Summary | |
---|---|
void |
notify(java.util.List<java.lang.String> labels)
Notify of the labels of the measures. |
void |
notify(java.lang.String item,
int count)
Notify of a measure. |
Method Detail |
---|
void notify(java.util.List<java.lang.String> labels)
labels
- the list of the measures.void notify(java.lang.String item, int count)
item
- the name of the measured itemcount
- the result of the measure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |