Interface ClassHistogramEvent

All Superinterfaces:
BaseEvent
All Known Implementing Classes:
ClassHistogramEventObject

public interface ClassHistogramEvent extends BaseEvent
This class defines the values returned when a class histogram event takes place and is used by the ClassHistogramEventListener interface
  • Method Summary

    Modifier and Type
    Method
    Description
    gets the array of histogram data associated with this event

    Methods inherited from interface com.ibm.java.diagnostics.healthcenter.api.BaseEvent

    getEventTime
  • Method Details

    • getHistogramData

      ClassHistogramData[] getHistogramData()
      gets the array of histogram data associated with this event
      Returns: