Class ExecutionContextDestroyed

java.lang.Object
io.webfolder.cdp.event.runtime.ExecutionContextDestroyed

public class ExecutionContextDestroyed extends Object
Issued when execution context is destroyed.
  • Constructor Details

    • ExecutionContextDestroyed

      public ExecutionContextDestroyed()
  • Method Details

    • getExecutionContextId

      public Integer getExecutionContextId()
      Id of the destroyed context
    • setExecutionContextId

      public void setExecutionContextId(Integer executionContextId)
      Id of the destroyed context
    • toString

      public String toString()
      Overrides:
      toString in class Object