JavaScript is disabled on your browser.
Skip navigation links
Java SE 22 & JDK 22
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
jdk.jshell
Package
jdk.jshell.execution
Interface JdiInitiator.ProcessStarted
Enclosing class:
JdiInitiator
protected static interface
JdiInitiator.ProcessStarted
Callback that should invoked when the remote process is invoked.
Since:
22
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
processStarted
(
Process
p)
Notify the process has been started.
Method Details
processStarted
void
processStarted
(
Process
p)
throws
Throwable
Notify the process has been started.
Parameters:
p
- the
Process
Throws:
Throwable
- thrown when anything goes wrong.