public abstract class StatsManager extends Object
ViewDescriptors for collecting stats and retrieving
stats data as a View.| Constructor and Description |
|---|
StatsManager() |
| Modifier and Type | Method and Description |
|---|---|
abstract View |
getView(ViewDescriptor viewDescriptor)
Returns the current stats data,
View, associated with the given ViewDescriptor. |
abstract void |
registerView(ViewDescriptor viewDescriptor)
Pull model for stats.
|
public abstract void registerView(ViewDescriptor viewDescriptor)
ViewDescriptor that will collect data to be accessed
via getView(ViewDescriptor).public abstract View getView(ViewDescriptor viewDescriptor)
View, associated with the given ViewDescriptor.