Class NeedsBeginFramesChanged

java.lang.Object
io.webfolder.cdp.event.headlessexperimental.NeedsBeginFramesChanged

public class NeedsBeginFramesChanged extends Object
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.
  • Constructor Details

    • NeedsBeginFramesChanged

      public NeedsBeginFramesChanged()
  • Method Details

    • isNeedsBeginFrames

      public Boolean isNeedsBeginFrames()
      True if BeginFrames are needed, false otherwise.
    • setNeedsBeginFrames

      public void setNeedsBeginFrames(Boolean needsBeginFrames)
      True if BeginFrames are needed, false otherwise.
    • toString

      public String toString()
      Overrides:
      toString in class Object