public abstract class AbstractStatsProducer extends java.lang.Object implements IStatsProducer
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
DEFAULT_CATEGORY
The name of the default category.
|
protected static java.lang.String |
DEFAULT_SUBSYSTEM
The name of the default subsystem.
|
| Constructor and Description |
|---|
AbstractStatsProducer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCategory()
Returns the category of this producer.
|
java.lang.String |
getSubsystem()
Returns the subsystem the current producer is located in.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProducerId, getStatsprotected static final java.lang.String DEFAULT_CATEGORY
protected static final java.lang.String DEFAULT_SUBSYSTEM
public java.lang.String getCategory()
IStatsProducergetCategory in interface IStatsProducerpublic java.lang.String getSubsystem()
IStatsProducergetSubsystem in interface IStatsProducerCopyright © 2010-2020 anotheria.net. All Rights Reserved.