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

public class DoubleEventImpl extends TimeDataImpl implements DoubleEvent
  • Constructor Details

    • DoubleEventImpl

      public DoubleEventImpl(double eventTime, double eventData)
  • Method Details

    • getValue

      public double getValue()
      Description copied from interface: DoubleEvent
      Gets the data that is associated with this event.
      Specified by:
      getValue in interface DoubleEvent
      Returns:
      the event data.