|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Observable
metricsprovider.MetricsGenerator
public abstract class MetricsGenerator
This abstract class provides basic functionality for adding metrics information to the overlay.
| Method Summary | |
|---|---|
abstract void |
generateMetrics(UpdatedEditor upEditor)
This method is the main metric generation path. |
static MetricsGenerator |
getInstance()
Default singleton method, should be overriden. |
| Methods inherited from class java.util.Observable |
|---|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static MetricsGenerator getInstance()
public abstract void generateMetrics(UpdatedEditor upEditor)
upEditor - the editor information for the current update.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||