public abstract class AbstractStatisticEvent extends java.lang.Object implements StatisticsReportingEvent
Modifier and Type | Class and Description |
---|---|
static class |
AbstractStatisticEvent.EventType
Event type enum
|
Modifier and Type | Field and Description |
---|---|
protected AbstractStatisticEvent.EventType |
eventType |
Constructor and Description |
---|
AbstractStatisticEvent() |
Modifier and Type | Method and Description |
---|---|
AbstractStatisticEvent.EventType |
getEventType()
Method to retrieve event type.
|
void |
setEventType(AbstractStatisticEvent.EventType eventType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDataUnit
protected AbstractStatisticEvent.EventType eventType
public AbstractStatisticEvent.EventType getEventType()
StatisticsReportingEvent
getEventType
in interface StatisticsReportingEvent
public void setEventType(AbstractStatisticEvent.EventType eventType)
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.