-
public final class ViewEvent.InpSubPartsSub-parts of the INP
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classViewEvent.InpSubParts.Companion
-
Field Summary
Fields Modifier and Type Field Description private final LonginputDelayprivate final LongprocessingTimeprivate final LongpresentationDelay
-
Constructor Summary
Constructors Constructor Description ViewEvent.InpSubParts(Long inputDelay, Long processingTime, Long presentationDelay)
-
Method Summary
Modifier and Type Method Description final LonggetInputDelay()final LonggetProcessingTime()final LonggetPresentationDelay()final JsonElementtoJson()-
-
Constructor Detail
-
ViewEvent.InpSubParts
ViewEvent.InpSubParts(Long inputDelay, Long processingTime, Long presentationDelay)
- Parameters:
inputDelay- Time from the start of the input event to the start of the processing of the eventprocessingTime- Event handler execution timepresentationDelay- Rendering time happening after processing
-
-
Method Detail
-
getInputDelay
final Long getInputDelay()
-
getProcessingTime
final Long getProcessingTime()
-
getPresentationDelay
final Long getPresentationDelay()
-
toJson
final JsonElement toJson()
-
-
-
-