-
- All Implemented Interfaces:
-
java.io.Serializable
public final class EventListener.Event.HeapAnalysisProgress extends EventListener.Event
progressPercent is a value between 0..1
Sent from the thread performing the analysis.
-
-
Field Summary
Fields Modifier and Type Field Description private final OnAnalysisProgressListener.Stepstepprivate final DoubleprogressPercentprivate final StringuniqueId
-
Constructor Summary
Constructors Constructor Description EventListener.Event.HeapAnalysisProgress(String uniqueId, OnAnalysisProgressListener.Step step, Double progressPercent)
-
Method Summary
Modifier and Type Method Description final OnAnalysisProgressListener.StepgetStep()final DoublegetProgressPercent()final StringgetUniqueId()Unique identifier for a related chain of event. -
-
Method Detail
-
getStep
final OnAnalysisProgressListener.Step getStep()
-
getProgressPercent
final Double getProgressPercent()
-
getUniqueId
final String getUniqueId()
-
-
-
-