Package io.webfolder.cdp.event.runtime
Class ExecutionContextCreated
java.lang.Object
io.webfolder.cdp.event.runtime.ExecutionContextCreated
public class ExecutionContextCreated
extends java.lang.Object
Issued when new execution context is created
-
Constructor Summary
Constructors Constructor Description ExecutionContextCreated()
-
Method Summary
Modifier and Type Method Description ExecutionContextDescription
getContext()
A newly created execution context.void
setContext(ExecutionContextDescription context)
A newly created execution context.
-
Constructor Details
-
ExecutionContextCreated
public ExecutionContextCreated()
-
-
Method Details
-
getContext
A newly created execution context. -
setContext
A newly created execution context.
-