-
@Deprecated(message = "Deprecated in the Chrome DevTools protocol") public final class HeadlessExperimentalEvent.NeedsBeginFramesChangedEvent extends HeadlessExperimentalEvent
Issued when the target starts or stops needing BeginFrames. Deprecated. Issue beginFrame unconditionally instead and use result from beginFrame to detect whether the frames were suppressed.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanneedsBeginFrames
-
Constructor Summary
Constructors Constructor Description NeedsBeginFramesChangedEvent(Boolean needsBeginFrames)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final HeadlessExperimentalEvent.NeedsBeginFramesChangedEventcopy(Boolean needsBeginFrames)final BooleangetNeedsBeginFrames()True if BeginFrames are needed, false otherwise. -
-
Constructor Detail
-
NeedsBeginFramesChangedEvent
NeedsBeginFramesChangedEvent(Boolean needsBeginFrames)
-
-
Method Detail
-
component1
final Boolean component1()
-
copy
final HeadlessExperimentalEvent.NeedsBeginFramesChangedEvent copy(Boolean needsBeginFrames)
-
getNeedsBeginFrames
final Boolean getNeedsBeginFrames()
True if BeginFrames are needed, false otherwise.
-
-
-
-