public class IsolateListenerSupport extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
IsolateListenerSupport.IsolateListener |
| Constructor and Description |
|---|
IsolateListenerSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterCreateIsolate(org.graalvm.nativeimage.Isolate isolate) |
void |
register(IsolateListenerSupport.IsolateListener listener) |
static IsolateListenerSupport |
singleton() |
public void register(IsolateListenerSupport.IsolateListener listener)
public static IsolateListenerSupport singleton()
public void afterCreateIsolate(org.graalvm.nativeimage.Isolate isolate)