Class DoubleEventImpl
java.lang.Object
com.ibm.java.diagnostics.healthcenter.api.impl.TimeDataImpl
com.ibm.java.diagnostics.healthcenter.api.impl.DoubleEventImpl
- All Implemented Interfaces:
DoubleEvent,TimeData
- Direct Known Subclasses:
ClassHistogramDataImpl,CpuInfoImpl,HeapDataImpl,MemoryDataImpl,PauseDataImpl
-
Field Summary
Fields inherited from class com.ibm.java.diagnostics.healthcenter.api.impl.TimeDataImpl
eventTime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetValue()Gets the data that is associated with this event.Methods inherited from class com.ibm.java.diagnostics.healthcenter.api.impl.TimeDataImpl
getTime
-
Constructor Details
-
DoubleEventImpl
public DoubleEventImpl(double eventTime, double eventData)
-
-
Method Details
-
getValue
public double getValue()Description copied from interface:DoubleEventGets the data that is associated with this event.- Specified by:
getValuein interfaceDoubleEvent- Returns:
- the event data.
-