com.neeve.stats
Class IntGauge
java.lang.Object
com.neeve.stats.AbstractGauge
com.neeve.stats.IntGauge
- All Implemented Interfaces:
- IStats.Gauge
public abstract class IntGauge
- extends AbstractGauge
Base class for int IStats.Gauge implementations.
| Methods inherited from class com.neeve.stats.AbstractGauge |
get, getBooleanValue, getByteValue, getCharValue, getDoubleValue, getFloatValue, getLongValue, getName, getNameAsRaw, getShortValue, getStringValue, getType |
IntGauge
public IntGauge(String name)
- Parameters:
name - The name of the IStats.Gauge.
getIntValue
public abstract int getIntValue()
- Description copied from interface:
IStats.Gauge
- Gets the current value for a
IStats.Gauge.Type.Int Gauge.
- Specified by:
getIntValue in interface IStats.Gauge- Overrides:
getIntValue in class AbstractGauge
- Returns:
- The current value for a
IStats.Gauge.Type.Int Gauge.
Copyright © 2016 Neeve Research, LLC. All Rights Reserved.